Revert "Revert "Once again, use native Ginkgo test runner instead of cmd/e2e.""

This reverts commit 67da1ac0c8.
This commit is contained in:
Jeff Grafton
2015-05-15 17:29:21 -07:00
parent a7341cfb77
commit b79fae5d71
9 changed files with 202 additions and 294 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