mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-05-03 07:46:16 +08:00
12 lines
199 B
Bash
Executable file
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
|