We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2073fde commit 1911bbbCopy full SHA for 1911bbb
dockerfiles/testsuite/start_test.sh
@@ -14,7 +14,7 @@
14
# e2etest_dynamicensuselection: run dynamic census test
15
16
export COMPOSE_DOCKER_CLI_BUILD=1 DOCKER_BUILDKIT=1 COMPOSE_INTERACTIVE_NO_CLI=1
17
-[ -n "$GOCOVERDIR" ] && export BUILDARGS="-cover" # docker-compose build passes this to go 1.20 so that binaries collect code coverage
+[ -n "$GOCOVERDIR" ] && export BUILDARGS="$BUILDARGS -cover" # docker-compose build passes this to go 1.20 so that binaries collect code coverage
18
19
COMPOSE_CMD=${COMPOSE_CMD:-"docker compose"}
20
COMPOSE_CMD_RUN="$COMPOSE_CMD run"
0 commit comments