From 2ba000c46daa96a844d51b6b9c2cb6132acef524 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 30 May 2025 23:15:28 +1200 Subject: [PATCH] :-'Generic Commit' --- testing/test-docker.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/test-docker.sh b/testing/test-docker.sh index 059f8cb..a65c1af 100755 --- a/testing/test-docker.sh +++ b/testing/test-docker.sh @@ -84,8 +84,8 @@ if ! wait_for_container "sos-test"; then fi # run the tests. Docker inside docker support! -docker exec -it sos-test ls /testing || true -docker exec -it sos-test /bin/bash -c "cd /testing && ./test.sh http://127.0.0.1:7703" +docker exec -i sos-test ls /testing || true +docker exec -i sos-test /bin/bash -c "cd /testing && ./test.sh http://127.0.0.1:7703" RESULT=$? # clean up.