Skip to content

Commit 5db51ee

Browse files
committed
Fix unbound variable EXTRA_GINKGO_FLAGS in soak tests
1 parent e78e81d commit 5db51ee

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/run-integration-tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ if [[ "$RUN_SOAK_TEST" == true ]]; then
297297

298298
GINKGO_TEST_BUILD="$SCRIPT_DIR/../test/build"
299299
TEST_IMAGE_REGISTRY=${TEST_IMAGE_REGISTRY:-"617930562442.dkr.ecr.us-west-2.amazonaws.com"}
300+
EXTRA_GINKGO_FLAGS=${EXTRA_GINKGO_FLAGS:-""}
300301

301302
(CGO_ENABLED=0 ginkgo $EXTRA_GINKGO_FLAGS --no-color --focus="SOAK_TEST" -v --timeout 3h --fail-on-pending $GINKGO_TEST_BUILD/cni.test -- \
302303
--cluster-kubeconfig="$KUBECONFIG" \

0 commit comments

Comments
 (0)