From f9d5abb75ea82347da81ca115261980ec5393217 Mon Sep 17 00:00:00 2001 From: dhilipkumars Date: Fri, 28 Jul 2017 14:21:20 +0530 Subject: [PATCH] Remove blank lines-review comments --- hack/make-rules/verify.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/hack/make-rules/verify.sh b/hack/make-rules/verify.sh index b76837ae082..7aa7c53f389 100755 --- a/hack/make-rules/verify.sh +++ b/hack/make-rules/verify.sh @@ -46,7 +46,6 @@ QUICK_PATTERNS+=( "verify-test-owners.sh" ) - EXCLUDED_CHECKS=$(ls ${EXCLUDED_PATTERNS[@]/#/${KUBE_ROOT}\/hack\/} 2>/dev/null || true) QUICK_CHECKS=$(ls ${QUICK_PATTERNS[@]/#/${KUBE_ROOT}\/hack\/} 2>/dev/null || true) @@ -76,7 +75,6 @@ function run-cmd { fi } - # Collect Failed tests in this Array , initalize it to nil FAILED_TESTS=()