mirror of
https://github.com/cytopia/devilbox.git
synced 2025-04-10 12:29:56 +00:00
DVL-002 alter travis checks
This commit is contained in:
parent
2f96a1a349
commit
567ba57a13
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user