Skip to content

Commit 54170a4

Browse files
MWeesenaarclaudep
authored andcommitted
Remove a one-too-many dash from the parallel switch
`---parallel` contains a dash too much, which results in `no such option: ---parallel`.
1 parent 4043f13 commit 54170a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ migrations:
2424
coverage:
2525
coverage erase
2626
DJANGO_SETTINGS_MODULE=tests.settings PYTHONPATH=. \
27-
coverage run ---parallel --source=two_factor \
27+
coverage run --parallel --source=two_factor \
2828
`which django-admin` test ${TARGET}
2929
coverage combine
3030
coverage html

0 commit comments

Comments
 (0)