Escape integration test codes from unit tests
This commit is contained in:
@@ -35,6 +35,7 @@ kube::test::find_dirs() {
|
|||||||
-o -wholename '*/third_party/*' \
|
-o -wholename '*/third_party/*' \
|
||||||
-o -wholename '*/Godeps/*' \
|
-o -wholename '*/Godeps/*' \
|
||||||
-o -wholename '*/contrib/podex/*' \
|
-o -wholename '*/contrib/podex/*' \
|
||||||
|
-o -wholename '*/test/integration/*' \
|
||||||
\) -prune \
|
\) -prune \
|
||||||
\) -name '*_test.go' -print0 | xargs -0n1 dirname | sed 's|^\./||' | sort -u
|
\) -name '*_test.go' -print0 | xargs -0n1 dirname | sed 's|^\./||' | sort -u
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user