From 3dc0c748c8ef302d8bc6e18385cf7d19c88754ee Mon Sep 17 00:00:00 2001 From: Jeff Grafton Date: Fri, 17 Feb 2017 14:03:56 -0800 Subject: [PATCH] Ignore bazel-* directories when looking for tests to run --- hack/make-rules/test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/make-rules/test.sh b/hack/make-rules/test.sh index 7e3de3414cf..a89926a7e82 100755 --- a/hack/make-rules/test.sh +++ b/hack/make-rules/test.sh @@ -33,6 +33,7 @@ kube::test::find_dirs() { find -L . -not \( \ \( \ -path './_artifacts/*' \ + -o -path './bazel-*/*' \ -o -path './_output/*' \ -o -path './_gopath/*' \ -o -path './cmd/kubeadm/test/*' \