mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 00:34:10 -04:00
add legacy cloud providers unit tests to [make test]
This commit is contained in:
parent
e45f92fc0a
commit
205eaed1a7
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue