Skip to content

Commit 32b37f5

Browse files
authored
Merge pull request kubernetes#77704 from khenidak/legacy-cloud-providers-test
add legacy cloud providers unit tests to `make test`
2 parents ee19c1e + 205eaed commit 32b37f5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

hack/make-rules/test.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ kube::test::find_dirs() {
9898

9999
find ./staging/src/k8s.io/cli-runtime -name '*_test.go' \
100100
-name '*_test.go' -print0 | xargs -0n1 dirname | sed 's|^\./staging/src/|./vendor/|' | LC_ALL=C sort -u
101+
102+
# add legacy cloud providers tests
103+
find ./staging/src/k8s.io/legacy-cloud-providers -name '*_test.go' \
104+
-name '*_test.go' -print0 | xargs -0n1 dirname | sed 's|^\./staging/src/|./vendor/|' | LC_ALL=C sort -u
101105
)
102106
}
103107

0 commit comments

Comments
 (0)