mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
Correctly pipe USE_KUBEMARK in e2e-runner
This commit is contained in:
parent
bb8d2b213d
commit
b30fbc138f
@ -389,6 +389,10 @@ if [[ "${E2E_UPGRADE_TEST:-}" == "true" ]]; then
|
||||
e2e_go_args+=(--upgrade_args="${GINKGO_UPGRADE_TEST_ARGS}")
|
||||
fi
|
||||
|
||||
if [[ "${USE_KUBEMARK:-}" == "true" ]]; then
|
||||
e2e_go_args+=("--kubemark=true")
|
||||
fi
|
||||
|
||||
go run ./hack/e2e.go \
|
||||
${E2E_OPT:-} \
|
||||
"${e2e_go_args[@]}"
|
||||
|
Loading…
Reference in New Issue
Block a user