mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Don't clobber GINKGO_TEST_ARGS in hack/jenkins/e2e.go
This commit is contained in:
parent
c2831fb047
commit
b8ca74ab66
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user