Merge pull request #15404 from mesosphere/smoke-test-args

Auto commit by PR queue bot
pull/6/head
k8s-merge-robot 2015-10-13 05:11:46 -07:00
commit 57b1f8798e
1 changed files with 3 additions and 1 deletions

View File

@ -25,6 +25,8 @@ set -o pipefail
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
TEST_ARGS="$@"
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}