weblate/ci/run-test
Michal Čihař 69bdb9f7e1 Run full tests again
As testing CI is over

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-02-17 09:59:12 +01:00

16 lines
239 B
Bash
Executable file

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