We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad182b2 commit 7aaee55Copy full SHA for 7aaee55
1 file changed
Makefile
@@ -70,7 +70,7 @@ test-unit:
70
71
test-unit-quick:
72
cd rootfs \
73
- && ./manage.py test --settings=api.settings.testing --noinput --parallel ${TEST_PROCS} --noinput registry api scheduler.tests
+ && ./manage.py test --settings=api.settings.testing --noinput --parallel ${TEST_PROCS} registry api scheduler.tests
74
75
test-functional:
76
@echo "Implement functional tests in _tests directory"
0 commit comments