default-hour #14

Merged
kleph merged 5 commits from default-hour into master 2020-04-09 00:06:59 +02:00
Showing only changes of commit ad22413145 - Show all commits

View file

@ -7,7 +7,7 @@ echo "testing URL: ${TEST_URL}"
CURL_OPTS='-s' CURL_OPTS='-s'
# default # default
curl ${CURL_OPTS} ${TEST_URL} | grep -q 'setHours( 17, 0);' curl ${CURL_OPTS} ${TEST_URL} | grep -q 'setHours( 17, 30);'
[ $? -ne 0 ] && echo "Failed with default" && exit 1 [ $? -ne 0 ] && echo "Failed with default" && exit 1
# set 1 parameter # set 1 parameter