Skip to content

Commit

Permalink
Support passing args to cluster/test-smoke.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl Isenberg committed Oct 9, 2015
1 parent ed382ec commit a73463f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cluster/test-smoke.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit a73463f

Please sign in to comment.