Merge pull request #81424 from xichengliudui/fix190915

fix shellcheck failures in hack/test-integration.sh and hack/verify-t…
This commit is contained in:
Kubernetes Prow Robot 2019-08-14 16:53:28 -07:00 committed by GitHub
commit df9d3a8787
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 3 deletions

View File

@ -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

View File

@ -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: "