contrib: fix name and readability, exclude from test

This commit is contained in:
Johan Euphrosine
2015-01-16 11:54:11 +01:00
parent 8655d7cd07
commit 363ce1b39a
2 changed files with 12 additions and 6 deletions

View File

@@ -34,6 +34,7 @@ kube::test::find_dirs() {
-o -wholename './target' \
-o -wholename '*/third_party/*' \
-o -wholename '*/Godeps/*' \
-o -wholename '*/contrib/podex/*' \
\) -prune \
\) -name '*_test.go' -print0 | xargs -0n1 dirname | sed 's|^\./||' | sort -u
)