From b78d4e349b3143d52a172a17eb5b87533c03a119 Mon Sep 17 00:00:00 2001 From: Nils Wireklint Date: Fri, 1 Mar 2024 12:41:21 +0100 Subject: [PATCH] Fix incorrect docker compose wait command The recent change #129 used the old 'docker-compose', which did not have the '--wait' flag. This keeps the composition modern in line with #126 . --- tools/test-deployment-docker-compose.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test-deployment-docker-compose.sh b/tools/test-deployment-docker-compose.sh index 1d37b3d..338bed7 100755 --- a/tools/test-deployment-docker-compose.sh +++ b/tools/test-deployment-docker-compose.sh @@ -19,7 +19,7 @@ trap cleanup EXIT # --- Run remote execution --- rm -rf volumes/storage-* ./run.sh -d -docker-compose up --wait || true +docker compose up --wait bazel_command_log="$(bazel info output_base)/command.log" bazel clean bazel test --color=no --curses=no --config=remote-ubuntu-22-04 --disk_cache= @abseil-hello//:hello_test