Skip to content

Commit 83fa905

Browse files
authored
test runner is no longer nose, change silent argument to -v0 (#415)
1 parent 16765fc commit 83fa905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/recreate-test-results.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515

1616

1717
# recreate expected output in scionlab/tests/data/test_config_tar/
18-
RECREATE_TEST_RESULTS=1 python manage.py test -s scionlab.tests.test_config_tar
18+
RECREATE_TEST_RESULTS=1 python manage.py test -v0 scionlab.tests.test_config_tar

0 commit comments

Comments
 (0)