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:
Kubernetes Prow Robot 2019-08-16 17:02:21 -07:00 committed by GitHub
commit d5173ef87e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions

View File

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

View File

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