Skip to content

Commit 1911bbb

Browse files
committed
ci: start_test.sh now respects passed BUILDARGS
1 parent 2073fde commit 1911bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/testsuite/start_test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# e2etest_dynamicensuselection: run dynamic census test
1515

1616
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
17+
[ -n "$GOCOVERDIR" ] && export BUILDARGS="$BUILDARGS -cover" # docker-compose build passes this to go 1.20 so that binaries collect code coverage
1818

1919
COMPOSE_CMD=${COMPOSE_CMD:-"docker compose"}
2020
COMPOSE_CMD_RUN="$COMPOSE_CMD run"

0 commit comments

Comments
 (0)