Commit a73463f3 authored by Karl Isenberg's avatar Karl Isenberg

Support passing args to cluster/test-smoke.sh

parent ed382ec0
...@@ -25,6 +25,8 @@ set -o pipefail ...@@ -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}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment