mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-07 03:03:59 +00:00
Don't require a space at the end of GINKGO_TEST_ARGS
8703#commitcomment-11336307
This commit is contained in:
parent
f413f30bea
commit
e774717f6c
@ -219,7 +219,7 @@ fi
|
|||||||
# Jenkins will look at the junit*.xml files for test failures, so don't exit
|
# Jenkins will look at the junit*.xml files for test failures, so don't exit
|
||||||
# with a nonzero error code if it was only tests that failed.
|
# with a nonzero error code if it was only tests that failed.
|
||||||
if [[ "${E2E_TEST,,}" == "true" ]]; then
|
if [[ "${E2E_TEST,,}" == "true" ]]; then
|
||||||
go run ./hack/e2e.go ${E2E_OPT} -v --test --test_args="${GINKGO_TEST_ARGS}--ginkgo.noColor" || true
|
go run ./hack/e2e.go ${E2E_OPT} -v --test --test_args="${GINKGO_TEST_ARGS} --ginkgo.noColor" || true
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# TODO(zml): We have a bunch of legacy Jenkins configs that are
|
# TODO(zml): We have a bunch of legacy Jenkins configs that are
|
||||||
|
Loading…
Reference in New Issue
Block a user