Skip to content

Commit ad5bccc

Browse files
committed
fix shellcheck in test-smoke.sh and test-network.sh
update pull request update pull request update pull request update pull request
1 parent b384712 commit ad5bccc

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

cluster/test-network.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,5 @@ set -o nounset
2525
set -o pipefail
2626

2727
KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
28-
KUBE_CONFIG_FILE="config-default.sh"
2928

30-
${KUBE_ROOT}/hack/ginkgo-e2e.sh --ginkgo.focus=Networking
29+
"${KUBE_ROOT}/hack/ginkgo-e2e.sh" --ginkgo.focus=Networking

cluster/test-smoke.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ set -o pipefail
2525

2626
KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
2727

28-
TEST_ARGS="$@"
29-
3028
SMOKE_TEST_FOCUS_REGEX="Guestbook.application"
3129

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}" "$@"

hack/.shellcheck_failures

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
./cluster/pre-existing/util.sh
2121
./cluster/restore-from-backup.sh
2222
./cluster/test-e2e.sh
23-
./cluster/test-network.sh
24-
./cluster/test-smoke.sh
2523
./cluster/validate-cluster.sh
2624
./hack/cherry_pick_pull.sh
2725
./hack/ginkgo-e2e.sh

0 commit comments

Comments
 (0)