Skip to content

Commit

Permalink
Remove a one-too-many dash from the parallel switch
Browse files Browse the repository at this point in the history
`---parallel` contains a dash too much, which results in `no such option: ---parallel`.
  • Loading branch information
MWeesenaar authored and claudep committed May 6, 2022
1 parent 4043f13 commit 54170a4
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 @@ -24,7 +24,7 @@ migrations:
coverage:
coverage erase
DJANGO_SETTINGS_MODULE=tests.settings PYTHONPATH=. \
coverage run ---parallel --source=two_factor \
coverage run --parallel --source=two_factor \
`which django-admin` test ${TARGET}
coverage combine
coverage html
Expand Down

0 comments on commit 54170a4

Please sign in to comment.