diff --git a/test-docker.sh b/test-docker.sh index 5fe9573..7b08702 100755 --- a/test-docker.sh +++ b/test-docker.sh @@ -40,7 +40,7 @@ function wait_for_container { fi sleep 1; done; - [ "${health_status}" == "healthy" ] || die "Container ${container_name} is not healthy: ${health_status}" + [ "${health_status}" == "healthy" ] } #------------------------------------------------------------------------------------------------