mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-18 06:05:09 +00:00
adding some logging
This commit is contained in:
parent
05ebf9a3a4
commit
a5712263bd
1 changed files with 1 additions and 0 deletions
1
test.sh
1
test.sh
|
|
@ -2,4 +2,5 @@
|
|||
|
||||
./dbench start > /tmp/bench.log &
|
||||
|
||||
curl --version
|
||||
curl --retry 20 --retry-delay 1 --retry-connrefused "http://localhost:8000/login" | grep '<title> Login </title>' || exit 1
|
||||
Loading…
Reference in a new issue