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

12 lines
199 B
Bash
Executable file

#!/bin/sh
# Selenium testsuite executor
. ci/lib
run_coverage ./manage.py collectstatic --noinput --verbosity 0
check
export DO_SELENIUM=1
run_coverage ./manage.py test -p test_selenium.py
check