From 206aa3de68637fdc62ddda9dc02702ed13b820d0 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 30 May 2025 20:49:10 +1200 Subject: [PATCH] :-'Generic Commit' --- test-docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ] } #------------------------------------------------------------------------------------------------