mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 02:09:56 +00:00
Do not require --test_args to be set
This commit is contained in:
parent
f2d9aaba4d
commit
8ca5759bb0
@ -376,7 +376,10 @@ if [[ "${E2E_DOWN,,}" == "true" ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "${E2E_TEST,,}" == "true" ]]; then
|
if [[ "${E2E_TEST,,}" == "true" ]]; then
|
||||||
e2e_go_args+=(--test --test_args="${GINKGO_TEST_ARGS}")
|
e2e_go_args+=(--test)
|
||||||
|
if [[ -n "${GINKGO_TEST_ARGS:-}" ]]; then
|
||||||
|
e2e_go_args+=(--test_args="${GINKGO_TEST_ARGS}")
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Optionally run tests from the version in kubernetes_skew
|
# Optionally run tests from the version in kubernetes_skew
|
||||||
|
Loading…
Reference in New Issue
Block a user