mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 22:17:14 +00:00
Merge pull request #15404 from mesosphere/smoke-test-args
Auto commit by PR queue bot
This commit is contained in:
commit
57b1f8798e
@ -25,6 +25,8 @@ set -o pipefail
|
|||||||
|
|
||||||
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
|
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
|
||||||
|
|
||||||
|
TEST_ARGS="$@"
|
||||||
|
|
||||||
SMOKE_TEST_FOCUS_REGEX="Guestbook.application"
|
SMOKE_TEST_FOCUS_REGEX="Guestbook.application"
|
||||||
|
|
||||||
exec "${KUBE_ROOT}/cluster/test-e2e.sh" -ginkgo.focus="${SMOKE_TEST_FOCUS_REGEX}"
|
exec "${KUBE_ROOT}/cluster/test-e2e.sh" -ginkgo.focus="${SMOKE_TEST_FOCUS_REGEX}" ${TEST_ARGS}
|
||||||
|
Loading…
Reference in New Issue
Block a user