updated selenium_grid_hub_wait_ready.sh

pull/2/head
Hari Sekhon 3 years ago
parent 78ccf7051f
commit 2ef3a88579

@ -41,7 +41,7 @@ if [ -n "$max_secs" ] &&
timestamp "setting timeout to $max_secs secs"
TMOUT="$max_secs"
# shellcheck disable=SC2064
trap "Timed out waiting for Selenium Grid Hub to come up after $max_secs secs" EXIT
trap "echo 'Timed out waiting for Selenium Grid Hub to come up after $max_secs secs' >&2; exit 1" EXIT
fi
while :; do

Loading…
Cancel
Save