File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,5 @@ set -o nounset
25
25
set -o pipefail
26
26
27
27
KUBE_ROOT=$( dirname " ${BASH_SOURCE[0]} " ) /..
28
- KUBE_CONFIG_FILE=" config-default.sh"
29
28
30
- ${KUBE_ROOT} /hack/ginkgo-e2e.sh --ginkgo.focus=Networking
29
+ " ${KUBE_ROOT} /hack/ginkgo-e2e.sh" --ginkgo.focus=Networking
Original file line number Diff line number Diff line change @@ -25,8 +25,6 @@ set -o pipefail
25
25
26
26
KUBE_ROOT=$( dirname " ${BASH_SOURCE[0]} " ) /..
27
27
28
- TEST_ARGS=" $@ "
29
-
30
28
SMOKE_TEST_FOCUS_REGEX=" Guestbook.application"
31
29
32
- exec " ${KUBE_ROOT} /cluster/test-e2e.sh" -ginkgo.focus=" ${SMOKE_TEST_FOCUS_REGEX} " ${TEST_ARGS}
30
+ exec " ${KUBE_ROOT} /cluster/test-e2e.sh" -ginkgo.focus=" ${SMOKE_TEST_FOCUS_REGEX} " " $@ "
Original file line number Diff line number Diff line change 20
20
./cluster/pre-existing/util.sh
21
21
./cluster/restore-from-backup.sh
22
22
./cluster/test-e2e.sh
23
- ./cluster/test-network.sh
24
- ./cluster/test-smoke.sh
25
23
./cluster/validate-cluster.sh
26
24
./hack/cherry_pick_pull.sh
27
25
./hack/ginkgo-e2e.sh
You can’t perform that action at this time.
0 commit comments