Commit 1d804629 authored by Kenjiro Nakayama's avatar Kenjiro Nakayama

Escape integration test codes from unit tests

parent 67814413
...@@ -35,6 +35,7 @@ kube::test::find_dirs() { ...@@ -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
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment