Skip to content

Commit

Permalink
Fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
hipek8 committed Dec 13, 2024
1 parent cb8f83d commit e3878e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ clean:
find . -name '*.py[cod]' -delete;

coverage: clean
coverage run $(command -v test_ralph) test $(TEST) -v 2 --keepdb --settings="ralph.settings.test"
coverage run $(shell which test_ralph) test $(TEST) -v 2 --keepdb --settings="ralph.settings.test"
coverage report

docs: install-docs
Expand Down

0 comments on commit e3878e1

Please sign in to comment.