Skip to content

Commit 7aaee55

Browse files
author
Matthew Fisher
authored
fix(Makefile): remove double usage of --noinput (#1083)
1 parent ad182b2 commit 7aaee55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ test-unit:
7070

7171
test-unit-quick:
7272
cd rootfs \
73-
&& ./manage.py test --settings=api.settings.testing --noinput --parallel ${TEST_PROCS} --noinput registry api scheduler.tests
73+
&& ./manage.py test --settings=api.settings.testing --noinput --parallel ${TEST_PROCS} registry api scheduler.tests
7474

7575
test-functional:
7676
@echo "Implement functional tests in _tests directory"

0 commit comments

Comments
 (0)