Merge pull request #8703 from quinton-hoole/2015-05-22-jenkins-flakes

Don't clobber GINKGO_TEST_ARGS in hack/jenkins/e2e.go
This commit is contained in:
Dawn Chen
2015-05-22 15:26:11 -07:00

View File

@@ -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