Don't clobber GINKGO_TEST_ARGS in hack/jenkins/e2e.go

This commit is contained in:
Quinton Hoole 2015-05-22 14:54:05 -07:00
parent c2831fb047
commit b8ca74ab66

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