I guess it was localhost this time
This commit is contained in:
parent
b04426a330
commit
9ddba17d46
@ -12,7 +12,7 @@ plm users new -n admin -N 'Admin' -e 'email@exemple.com' -p 'password'
|
|||||||
plume &
|
plume &
|
||||||
caddy -conf /Caddyfile &
|
caddy -conf /Caddyfile &
|
||||||
|
|
||||||
until curl http://integration: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
|
||||||
|
|
||||||
cd $(dirname $0)/browser_test/
|
cd $(dirname $0)/browser_test/
|
||||||
python3 -m unittest *.py
|
python3 -m unittest *.py
|
||||||
|
Loading…
Reference in New Issue
Block a user