From 40bf494e3f47492f4d8ea9848b4ec96d19d4a949 Mon Sep 17 00:00:00 2001 From: aaa <1693291525@qq.com> Date: Wed, 14 Aug 2019 13:07:46 -0400 Subject: [PATCH] fix shellcheck failures in hack/test-integration.sh and hack/verify-test-featuregates.sh --- hack/.shellcheck_failures | 1 - hack/test-integration.sh | 2 -- 2 files changed, 3 deletions(-) diff --git a/hack/.shellcheck_failures b/hack/.shellcheck_failures index ce657a638ab..7c9add18f0f 100644 --- a/hack/.shellcheck_failures +++ b/hack/.shellcheck_failures @@ -16,5 +16,4 @@ ./cluster/test-e2e.sh ./cluster/validate-cluster.sh ./hack/lib/test.sh -./hack/test-integration.sh ./test/images/image-util.sh diff --git a/hack/test-integration.sh b/hack/test-integration.sh index 59a082c73cd..5f1a9b5394f 100755 --- a/hack/test-integration.sh +++ b/hack/test-integration.sh @@ -20,8 +20,6 @@ set -o errexit set -o nounset set -o pipefail -KUBE_ROOT=$(dirname "${BASH_SOURCE}")/.. - echo "$0 has been replaced by 'make test-integration'" echo echo "The following invocation will run all integration tests: "