mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-14 07:51:01 +00:00
Fix .venv path in buildenv
This commit is contained in:
parent
485223a3dd
commit
145253ccbf
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ caddy run -config /Caddyfile &
|
|||
|
||||
until curl http://localhost:7878/test/health -f; do sleep 1; done 2>/dev/null >/dev/null
|
||||
|
||||
source .venv/bin/activate
|
||||
source ../.venv/bin/activate
|
||||
cd $(dirname $0)/browser_test/
|
||||
python3 -m unittest *.py
|
||||
|
||||
|
|
Loading…
Reference in a new issue