mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
Merge pull request #67816 from junxu/make_test_dirname_err
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Fix "hack/make-rules/test.sh" **What this PR does / why we need it**: For “make test”, it will output "dirname: missing operand". **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Fixes # **Special notes for your reviewer**: **Release note**: ```release-note ```
This commit is contained in:
commit
4733b85714
@ -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