Revert "Revert "Use native Ginkgo test runner instead of cmd/e2e (attempt N)""

This reverts commit f4bb6aa37d.
This commit is contained in:
Jeff Grafton
2015-05-19 09:13:08 -07:00
parent 2c81050e6f
commit bf1de72f4a
9 changed files with 195 additions and 293 deletions

View File

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