Add cli-runtime to make tests

pull/58/head
Maciej Szulik 2018-10-10 21:07:38 +02:00
parent 66f4242102
commit e37c63ea71
No known key found for this signature in database
GPG Key ID: F15E55D276FA84C4
1 changed files with 3 additions and 0 deletions

View File

@ -95,6 +95,9 @@ kube::test::find_dirs() {
find ./staging/src/k8s.io/sample-apiserver -name '*_test.go' \
-name '*_test.go' -print0 | xargs -0n1 dirname | sed 's|^\./staging/src/|./vendor/|' | LC_ALL=C sort -u
find ./staging/src/k8s.io/cli-runtime -name '*_test.go' \
-name '*_test.go' -print0 | xargs -0n1 dirname | sed 's|^\./staging/src/|./vendor/|' | LC_ALL=C sort -u
)
}