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