Merge branch 'master' into fix_shellcheck_failure_make-rules

This commit is contained in:
Kohei Toyoda
2019-05-17 08:43:08 +09:00
committed by GitHub
735 changed files with 23006 additions and 10752 deletions

View File

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