Whitespace
This commit is contained in:
parent
953cd923f1
commit
5f21ff5b45
@ -25,11 +25,11 @@ find_test_dirs() {
|
|||||||
find . -not \( \
|
find . -not \( \
|
||||||
\( \
|
\( \
|
||||||
-wholename './third_party' \
|
-wholename './third_party' \
|
||||||
-wholename './Godeps' \
|
-wholename './Godeps' \
|
||||||
-o -wholename './release' \
|
-o -wholename './release' \
|
||||||
-o -wholename './target' \
|
-o -wholename './target' \
|
||||||
-o -wholename '*/third_party/*' \
|
-o -wholename '*/third_party/*' \
|
||||||
-o -wholename '*/Godeps/*' \
|
-o -wholename '*/Godeps/*' \
|
||||||
-o -wholename '*/output/*' \
|
-o -wholename '*/output/*' \
|
||||||
\) -prune \
|
\) -prune \
|
||||||
\) -name '*_test.go' -print0 | xargs -0n1 dirname | sort -u | xargs -n1 printf "${KUBE_GO_PACKAGE}/%s\n"
|
\) -name '*_test.go' -print0 | xargs -0n1 dirname | sort -u | xargs -n1 printf "${KUBE_GO_PACKAGE}/%s\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user