Escape integration test codes from unit tests

This commit is contained in:
Kenjiro Nakayama 2015-04-16 15:41:03 +09:00
parent 6781441307
commit 1d804629b6

View File

@ -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
)