weblate/ci/run-test
Michal Čihař c8c5e12c0c Less verbose static files collection
Signed-off-by: Michal Čihař <michal@cihar.com>
2018-08-27 22:34:42 +02:00

16 lines
248 B
Bash
Executable file
Vendored

#!/bin/sh
# Testsuite executor
. ci/lib
run_coverage ./manage.py migrate --noinput --traceback
check
run_coverage ./manage.py collectstatic --noinput --verbosity 0
check
run_coverage ./manage.py check
check
run_coverage ./manage.py test
check