Fix testing to skip the release directories.

This commit is contained in:
Brendan Burns 2015-06-08 21:54:01 -07:00
parent 99bf48dc2f
commit 1dc723b4cb

View File

@ -33,6 +33,7 @@ kube::test::find_dirs() {
-o -wholename './release' \
-o -wholename './target' \
-o -wholename '*/Godeps/*' \
-o -wholename './release*' \
-o -wholename '*/contrib/podex/*' \
-o -wholename '*/test/e2e/*' \
-o -wholename '*/test/integration/*' \