From b8ca74ab663478e3ec4558dd64ccc29f5aa0b737 Mon Sep 17 00:00:00 2001 From: Quinton Hoole Date: Fri, 22 May 2015 14:54:05 -0700 Subject: [PATCH] Don't clobber GINKGO_TEST_ARGS in hack/jenkins/e2e.go --- hack/jenkins/e2e.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/jenkins/e2e.sh b/hack/jenkins/e2e.sh index bf6416d0762..55bfe4e829d 100755 --- a/hack/jenkins/e2e.sh +++ b/hack/jenkins/e2e.sh @@ -38,7 +38,7 @@ else fi # Additional parameters that are passed to ginkgo runner. -GINKGO_TEST_ARGS="" +GINKGO_TEST_ARGS=${GINKGO_TEST_ARGS:-""} if [[ "${PERFORMANCE:-}" == "true" ]]; then if [[ "${KUBERNETES_PROVIDER}" == "aws" ]]; then