From e774717f6c09814f24ed95fecd49fa008d30e0f9 Mon Sep 17 00:00:00 2001 From: Quinton Hoole Date: Tue, 9 Jun 2015 15:48:13 -0700 Subject: [PATCH] Don't require a space at the end of GINKGO_TEST_ARGS 8703#commitcomment-11336307 --- 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 9d628864340..b7b21418cf5 100755 --- a/hack/jenkins/e2e.sh +++ b/hack/jenkins/e2e.sh @@ -219,7 +219,7 @@ fi # Jenkins will look at the junit*.xml files for test failures, so don't exit # with a nonzero error code if it was only tests that failed. if [[ "${E2E_TEST,,}" == "true" ]]; then - go run ./hack/e2e.go ${E2E_OPT} -v --test --test_args="${GINKGO_TEST_ARGS}--ginkgo.noColor" || true + go run ./hack/e2e.go ${E2E_OPT} -v --test --test_args="${GINKGO_TEST_ARGS} --ginkgo.noColor" || true fi # TODO(zml): We have a bunch of legacy Jenkins configs that are