-
Notifications
You must be signed in to change notification settings - Fork 163
refactor(Makefile): Cleanup variables #1367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: provokateurin <[email protected]>
a4ee081 to
17ca5ee
Compare
Signed-off-by: Josh <[email protected]>
joshtrichards
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Made one small additional adjustment that was needed. Passes all tests now.
|
Maybe @bigcat88 you can review this as well? |
Thank you again
Looks good, let's merge this |
| coverage=$(poetry_run) coverage | ||
| manage-script=$(CURDIR)/manage.py | ||
| manage=$(poetry_run) $(manage-script) | ||
| db=sqlite |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please return "$db" variable, it is used in tests. except these all other changes are good
Signed-off-by: Alexander Piskun <[email protected]>
bigcat88
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
now the tests for pgsql is run on pgsql and not on sqlite
Trying to understand the Makefile with all these unnecessary variables is really hard, so I just removed them and moved almost everything inline.