Commit b8ca74ab authored by Quinton Hoole's avatar Quinton Hoole

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

parent c2831fb0
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment