mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 03:11:40 +00:00
Fix the "dirname: missing operand" error of "make test"
This commit is contained in:
parent
9c4cf0a18e
commit
49574c68c9
@ -69,7 +69,6 @@ kube::test::find_dirs() {
|
|||||||
-path './_output' -prune \
|
-path './_output' -prune \
|
||||||
-o -path './vendor/k8s.io/client-go/*' \
|
-o -path './vendor/k8s.io/client-go/*' \
|
||||||
-o -path './vendor/k8s.io/apiserver/*' \
|
-o -path './vendor/k8s.io/apiserver/*' \
|
||||||
-o -path './test/e2e_node/system/*' \
|
|
||||||
-name '*_test.go' -print0 | xargs -0n1 dirname | sed "s|^\./|${KUBE_GO_PACKAGE}/|" | LC_ALL=C sort -u
|
-name '*_test.go' -print0 | xargs -0n1 dirname | sed "s|^\./|${KUBE_GO_PACKAGE}/|" | LC_ALL=C sort -u
|
||||||
|
|
||||||
# run tests for client-go
|
# run tests for client-go
|
||||||
|
Loading…
Reference in New Issue
Block a user