mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 05:27:21 +00:00
Ignore bazel-* directories when looking for tests to run
This commit is contained in:
parent
56afb95641
commit
3dc0c748c8
@ -33,6 +33,7 @@ kube::test::find_dirs() {
|
|||||||
find -L . -not \( \
|
find -L . -not \( \
|
||||||
\( \
|
\( \
|
||||||
-path './_artifacts/*' \
|
-path './_artifacts/*' \
|
||||||
|
-o -path './bazel-*/*' \
|
||||||
-o -path './_output/*' \
|
-o -path './_output/*' \
|
||||||
-o -path './_gopath/*' \
|
-o -path './_gopath/*' \
|
||||||
-o -path './cmd/kubeadm/test/*' \
|
-o -path './cmd/kubeadm/test/*' \
|
||||||
|
Loading…
Reference in New Issue
Block a user