diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2023-12-29 08:50:13 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2023-12-29 08:50:13 +0100 |
commit | 4f6dc93c00ab0841586c6751e5e8e0cedad9e41c (patch) | |
tree | f674459842c6c481d3e2c3c74522958dd29e7427 /check | |
parent | e9c843a4eb817daf249167b79ba3c60237bb93e9 (diff) |
Improve running tests
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 - ;; |