mirror of https://github.com/k3s-io/k3s
Add cli-runtime to make tests
parent
66f4242102
commit
e37c63ea71
|
@ -95,6 +95,9 @@ kube::test::find_dirs() {
|
||||||
|
|
||||||
find ./staging/src/k8s.io/sample-apiserver -name '*_test.go' \
|
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
|
-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
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue