mirror of https://github.com/k3s-io/k3s
Merge pull request #6896 from nak3/fix_unit_test
Escape integration test codes from unit testspull/6/head
commit
3edd4668a0
|
@ -35,6 +35,7 @@ kube::test::find_dirs() {
|
|||
-o -wholename '*/third_party/*' \
|
||||
-o -wholename '*/Godeps/*' \
|
||||
-o -wholename '*/contrib/podex/*' \
|
||||
-o -wholename '*/test/integration/*' \
|
||||
\) -prune \
|
||||
\) -name '*_test.go' -print0 | xargs -0n1 dirname | sed 's|^\./||' | sort -u
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue