mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
Merge pull request #30347 from gmarek/master
Correctly pipe USE_KUBEMARK in e2e-runner
This commit is contained in:
commit
3bf68c3ce6
@ -389,6 +389,10 @@ if [[ "${E2E_UPGRADE_TEST:-}" == "true" ]]; then
|
|||||||
e2e_go_args+=(--upgrade_args="${GINKGO_UPGRADE_TEST_ARGS}")
|
e2e_go_args+=(--upgrade_args="${GINKGO_UPGRADE_TEST_ARGS}")
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [[ "${USE_KUBEMARK:-}" == "true" ]]; then
|
||||||
|
e2e_go_args+=("--kubemark=true")
|
||||||
|
fi
|
||||||
|
|
||||||
go run ./hack/e2e.go \
|
go run ./hack/e2e.go \
|
||||||
${E2E_OPT:-} \
|
${E2E_OPT:-} \
|
||||||
"${e2e_go_args[@]}"
|
"${e2e_go_args[@]}"
|
||||||
|
Loading…
Reference in New Issue
Block a user