mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
fix shellcheck in test-smoke.sh and test-network.sh
update pull request update pull request update pull request update pull request
This commit is contained in:
parent
b384712024
commit
ad5bccc510
@ -25,6 +25,5 @@ set -o nounset
|
|||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
|
KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
|
||||||
KUBE_CONFIG_FILE="config-default.sh"
|
|
||||||
|
|
||||||
${KUBE_ROOT}/hack/ginkgo-e2e.sh --ginkgo.focus=Networking
|
"${KUBE_ROOT}/hack/ginkgo-e2e.sh" --ginkgo.focus=Networking
|
||||||
|
@ -25,8 +25,6 @@ set -o pipefail
|
|||||||
|
|
||||||
KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
|
KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
|
||||||
|
|
||||||
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}" ${TEST_ARGS}
|
exec "${KUBE_ROOT}/cluster/test-e2e.sh" -ginkgo.focus="${SMOKE_TEST_FOCUS_REGEX}" "$@"
|
||||||
|
@ -20,8 +20,6 @@
|
|||||||
./cluster/pre-existing/util.sh
|
./cluster/pre-existing/util.sh
|
||||||
./cluster/restore-from-backup.sh
|
./cluster/restore-from-backup.sh
|
||||||
./cluster/test-e2e.sh
|
./cluster/test-e2e.sh
|
||||||
./cluster/test-network.sh
|
|
||||||
./cluster/test-smoke.sh
|
|
||||||
./cluster/validate-cluster.sh
|
./cluster/validate-cluster.sh
|
||||||
./hack/cherry_pick_pull.sh
|
./hack/cherry_pick_pull.sh
|
||||||
./hack/ginkgo-e2e.sh
|
./hack/ginkgo-e2e.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user