diff options
Diffstat (limited to 'check')
-rwxr-xr-x | check | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -24,12 +24,12 @@ shift 1 case $SUBCMD in "tests") cd "$root" - ./manage.py test $@ + KERBANA_CONFIG=kerbana_tests.yaml ./manage.py test $@ cd - ;; "coverage") cd "$root" - python3-coverage run ./manage.py test $@ + KERBANA_CONFIG=kerbana_tests.yaml python3-coverage run ./manage.py test $@ python3-coverage report cd - ;; |