Skip to content

Commit cd6dcf8

Browse files
committed
build/integration-in-docker.sh: don't pass arguments to run_test
Perhaps I'm missing something here, but it doesn't make any sense as run_tests do not use arguments. Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent affc839 commit cd6dcf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/integration-in-docker.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ PACKAGES=${PACKAGES:-"sudo"}
7070
BUILD_PACKAGES=${BUILD_PACKAGES:-}
7171
CADVISOR_ARGS=${CADVISOR_ARGS:-}
7272
GOLANG_VERSION=${GOLANG_VERSION:-"1.22"}
73-
run_tests "$GO_FLAGS" "$PACKAGES" "$BUILD_PACKAGES" "$CADVISOR_ARGS"
73+
run_tests

0 commit comments

Comments
 (0)