Commit 3dc0c748 authored by Jeff Grafton's avatar Jeff Grafton

Ignore bazel-* directories when looking for tests to run

parent 56afb956
......@@ -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/*' \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment