From 1bd70880df68cec00b81091f4d4923cd364b31aa Mon Sep 17 00:00:00 2001 From: Jay Deokar Date: Wed, 21 Jun 2023 23:00:06 +0000 Subject: [PATCH] Define environment variable and set it to empty by default --- scripts/test/run-integration-tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/test/run-integration-tests.sh b/scripts/test/run-integration-tests.sh index a03124f1..72698d86 100755 --- a/scripts/test/run-integration-tests.sh +++ b/scripts/test/run-integration-tests.sh @@ -19,6 +19,7 @@ SECONDS=0 : "${RUN_DEVEKS_TEST:=false}" : "${ENDPOINT:=""}" : "${SKIP_WINDOWS_TEST:=""}" +: "${EXTRA_GINKGO_FLAGS:=""}" source "$SCRIPT_DIR"/lib/cluster.sh