From 2dd6b67938e36964c4fb0bb2dc1df11a5724fe51 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 30 May 2025 21:28:26 +1200 Subject: [PATCH] :-'Generic Commit' --- testing/test-docker.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/testing/test-docker.sh b/testing/test-docker.sh index 16f5136..afe5458 100755 --- a/testing/test-docker.sh +++ b/testing/test-docker.sh @@ -67,9 +67,8 @@ export COMPOSE_FILE="${SCRIPT_DIR}/compose.yaml" #------------------------------------------------------------------------------------------------ title "Running tests" -# clear any existing containers. -docker compose -f "${COMPOSE_FILE}" down -docker compose -f "${COMPOSE_FILE}" rm -v +docker stop sos-test || true +docker rm sos-test || true LOCALCONFIG=${LOCALCONFIG} docker compose -f "${COMPOSE_FILE}" up -d