DVL-002 alter travis checks

This commit is contained in:
cytopia 2017-04-20 11:19:47 +02:00
parent 2f96a1a349
commit 567ba57a13
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2

View File

@ -91,6 +91,7 @@ wait_for() {
if [ "${#}" = "2" ]; then
if [ "${2}" = "1" ]; then
printf "wait "
# shellcheck disable=SC2034
for i in $(seq 1 "${_time}"); do
sleep 1
printf "."
@ -377,7 +378,7 @@ debilbox_test() {
### Variables
###
_ret=0 # Final exit code
_oks=3 # Require this many [OK]'s on the page
_oks=4 # Require this many [OK]'s on the page
###
@ -489,4 +490,4 @@ _test_curled_oks() {
else
return 0
fi
}
}