diff --git a/tools/test-deployment-docker-compose.sh b/tools/test-deployment-docker-compose.sh index 1d37b3d..a08f8f0 100755 --- a/tools/test-deployment-docker-compose.sh +++ b/tools/test-deployment-docker-compose.sh @@ -19,7 +19,8 @@ trap cleanup EXIT # --- Run remote execution --- rm -rf volumes/storage-* ./run.sh -d -docker-compose up --wait || true +# NB: 'up' exits with non-zero exit code. +docker compose up --wait || true 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