Skip to content

Commit

Permalink
Merge pull request kubernetes#77704 from khenidak/legacy-cloud-provid…
Browse files Browse the repository at this point in the history
…ers-test

add legacy cloud providers unit tests to `make test`
  • Loading branch information
k8s-ci-robot authored May 10, 2019
2 parents ee19c1e + 205eaed commit 32b37f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hack/make-rules/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
}

Expand Down

0 comments on commit 32b37f5

Please sign in to comment.