This commit is contained in:
parent
4e5cc46b28
commit
ad22413145
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ echo "testing URL: ${TEST_URL}"
|
|||
|
||||
CURL_OPTS='-s'
|
||||
# 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
|
||||
|
||||
# set 1 parameter
|
||||
|
|
Loading…
Reference in a new issue