Merge pull request #3357 from proppy/fix-podex

contrib/podex: fix ordering and manifest generation
This commit is contained in:
Satnam Singh
2015-01-30 12:02:15 -08:00
2 changed files with 81 additions and 43 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
)