Ignore bazel-* directories when looking for tests to run

This commit is contained in:
Jeff Grafton 2017-02-17 14:03:56 -08:00
parent 56afb95641
commit 3dc0c748c8

View File

@ -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/*' \