From 69c3e1934c0c2b01c53e765cb1f5ef8b4b95dfd6 Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Tue, 2 Nov 2021 11:40:59 -0700 Subject: [PATCH] don't search under ./bazel-*, bazel is not in use. --- hack/make-rules/test.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/hack/make-rules/test.sh b/hack/make-rules/test.sh index 3b9e5520cc6..4c0015ebd62 100755 --- a/hack/make-rules/test.sh +++ b/hack/make-rules/test.sh @@ -37,7 +37,6 @@ kube::test::find_dirs() { find -L . -not \( \ \( \ -path './_artifacts/*' \ - -o -path './bazel-*/*' \ -o -path './_output/*' \ -o -path './_gopath/*' \ -o -path './cmd/kubeadm/test/*' \