mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
Revert "Investigate Travis failure"
This reverts commit 9357814b6e112fc3c56fb7e23b84cdc2680ba709.
This commit is contained in:
@@ -23,7 +23,7 @@ do
|
||||
printf '.'
|
||||
sleep $WAIT_INTERVAL
|
||||
COUNTER=$(($COUNTER+$WAIT_INTERVAL))
|
||||
curl -vvv "${additional_args[@]}" --head ${endpoint}
|
||||
curl -vvv "${additional_args[@]}" --head --fail ${endpoint}
|
||||
done
|
||||
|
||||
if (("$COUNTER" < "$TIMEOUT")) ; then
|
||||
|
||||
Reference in New Issue
Block a user