diff --git a/testing/test.sh b/testing/test.sh index c8f66ae..6ae71c8 100755 --- a/testing/test.sh +++ b/testing/test.sh @@ -73,6 +73,8 @@ fi # test if server is running if ! wget -qO- "${HOSTURL}/status" | jq -r '.result' | grep -q 'success'; then + wget "${HOSTURL}/status" + die "server is not running on ${HOSTURL}" fi