Skip to content

Commit

Permalink
Add cli-runtime to make tests
Browse files Browse the repository at this point in the history
  • Loading branch information
soltysh committed Oct 10, 2018
1 parent 66f4242 commit e37c63e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hack/make-rules/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ kube::test::find_dirs() {

find ./staging/src/k8s.io/sample-apiserver -name '*_test.go' \
-name '*_test.go' -print0 | xargs -0n1 dirname | sed 's|^\./staging/src/|./vendor/|' | LC_ALL=C sort -u

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
)
}

Expand Down

0 comments on commit e37c63e

Please sign in to comment.