update scripts for new kube-aggregator location

This commit is contained in:
deads2k
2017-02-14 10:04:28 -05:00
parent f44c288a21
commit 1d40c3ff76
14 changed files with 41 additions and 32 deletions

View File

@@ -67,6 +67,9 @@ kube::test::find_dirs() {
# run tests for apimachinery
find ./staging/src/k8s.io/apimachinery -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/kube-aggregator -name '*_test.go' \
-name '*_test.go' -print0 | xargs -0n1 dirname | sed 's|^\./staging/src/|./vendor/|' | LC_ALL=C sort -u
)
}