test: keep webui CI hermetic offline
This commit is contained in:
+2
-1
@@ -10,4 +10,5 @@ if [[ -x "$repo_root/venv/bin/python" ]]; then
|
||||
fi
|
||||
|
||||
pattern="${WEBUI_TEST_PATTERN:-test_webui_*.py}"
|
||||
exec "$python_bin" -m unittest discover -s tests -p "$pattern" "$@"
|
||||
export WEBUI_TEST_OFFLINE="${WEBUI_TEST_OFFLINE:-1}"
|
||||
exec "$python_bin" -m unittest discover -s tests -p "$pattern" "$@"
|
||||
|
||||
Reference in New Issue
Block a user