From 3582400e4fb890158c1ba0488bad0c7e304a6f36 Mon Sep 17 00:00:00 2001 From: toyoda Date: Fri, 2 Aug 2019 18:58:50 +0900 Subject: [PATCH] fix shellcheck failure in cluster/test-e2e.sh --- cluster/test-e2e.sh | 4 +--- hack/.shellcheck_failures | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/cluster/test-e2e.sh b/cluster/test-e2e.sh index b42f8278134..1c0c0c134c1 100755 --- a/cluster/test-e2e.sh +++ b/cluster/test-e2e.sh @@ -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" "$@" diff --git a/hack/.shellcheck_failures b/hack/.shellcheck_failures index ce657a638ab..49353e22e54 100644 --- a/hack/.shellcheck_failures +++ b/hack/.shellcheck_failures @@ -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 ./hack/test-integration.sh