mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2025-01-25 04:08:08 +00:00
Don't load venv
This commit is contained in:
parent
b26822c045
commit
4328fad5a3
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ caddy run -config /Caddyfile &
|
||||||
|
|
||||||
until curl http://localhost:7878/test/health -f; do sleep 1; done 2>/dev/null >/dev/null
|
until curl http://localhost:7878/test/health -f; do sleep 1; done 2>/dev/null >/dev/null
|
||||||
|
|
||||||
source ../.venv/bin/activate
|
|
||||||
cd $(dirname $0)/browser_test/
|
cd $(dirname $0)/browser_test/
|
||||||
python3 -m unittest *.py
|
python3 -m unittest *.py
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue