mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 03:11:40 +00:00
Merge pull request #80971 from k-toyoda-pi/fix_shellcheck_test-e2e
Fix shellcheck failure in cluster/test-e2e.sh
This commit is contained in:
commit
d5173ef87e
@ -26,8 +26,6 @@ source "${KUBE_ROOT}/cluster/kube-util.sh"
|
||||
|
||||
echo "Testing cluster with provider: ${KUBERNETES_PROVIDER}" 1>&2
|
||||
|
||||
TEST_ARGS="$@"
|
||||
|
||||
echo "Running e2e tests:" 1>&2
|
||||
echo "./hack/ginkgo-e2e.sh ${TEST_ARGS}" 1>&2
|
||||
echo "./hack/ginkgo-e2e.sh $*" 1>&2
|
||||
exec "${KUBE_ROOT}/hack/ginkgo-e2e.sh" "$@"
|
||||
|
@ -13,7 +13,6 @@
|
||||
./cluster/gce/util.sh
|
||||
./cluster/log-dump/log-dump.sh
|
||||
./cluster/pre-existing/util.sh
|
||||
./cluster/test-e2e.sh
|
||||
./cluster/validate-cluster.sh
|
||||
./hack/lib/test.sh
|
||||
./test/images/image-util.sh
|
||||
|
Loading…
Reference in New Issue
Block a user