Whitespace

This commit is contained in:
Tim Hockin 2014-08-19 16:45:36 -07:00
parent 953cd923f1
commit 5f21ff5b45

View File

@ -25,11 +25,11 @@ find_test_dirs() {
find . -not \( \
\( \
-wholename './third_party' \
-wholename './Godeps' \
-wholename './Godeps' \
-o -wholename './release' \
-o -wholename './target' \
-o -wholename '*/third_party/*' \
-o -wholename '*/Godeps/*' \
-o -wholename '*/Godeps/*' \
-o -wholename '*/output/*' \
\) -prune \
\) -name '*_test.go' -print0 | xargs -0n1 dirname | sort -u | xargs -n1 printf "${KUBE_GO_PACKAGE}/%s\n"