mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-04-27 02:49:53 +08:00
Apparently it does something different than built in server or shell, what leads to crash in that scope which are not visible elsewhere.
6 lines
70 B
Bash
Executable file
6 lines
70 B
Bash
Executable file
#!/bin/sh
|
|
|
|
. ci/lib
|
|
|
|
export PYTHONPATH=.
|
|
run_coverage weblate/wsgi.py
|