From ac9f8e1f6b8fcdff85e65c3f6cbcf5e86be91773 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Fri, 26 Jun 2026 07:26:37 -0500 Subject: [PATCH] Passing -e to compose up was wrong --- tests/fulltests/test.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/fulltests/test.sh b/tests/fulltests/test.sh index db99943f..a1bde85c 100755 --- a/tests/fulltests/test.sh +++ b/tests/fulltests/test.sh @@ -16,7 +16,6 @@ fullMinecraftUpTest(){ --attach-dependencies --always-recreate-deps --abort-on-container-failure - -e GH_TOKEN="${GH_TOKEN:-}" ) if ! docker compose -f "$file" up "${upArgs[@]}" monitor; then echo "$(dirname "$file") Result: failed"