Skip to content

Commit 205eaed

Browse files
committed
add legacy cloud providers unit tests to [make test]
1 parent e45f92f commit 205eaed

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)