diff --git a/staging_tests.sh b/staging_tests.sh index 7bc1707..f5ac9af 100644 --- a/staging_tests.sh +++ b/staging_tests.sh @@ -4,6 +4,7 @@ else TEST_URL='http://staging.beer.k3s.kleph.eu' fi echo "testing URL: ${TEST_URL}" + CURL_OPTS='-s' # default curl ${CURL_OPTS} ${TEST_URL} | grep -q 'setHours( 17, 0);'