mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Do not verify-codecgen.sh on testdata
Otherwise, verify-codecgen was saying that the testdata needed to change for some reason.
This commit is contained in:
parent
1752cf22d4
commit
e2fab78539
@ -32,6 +32,7 @@ generated_files=($(
|
|||||||
-o -wholename './target' \
|
-o -wholename './target' \
|
||||||
-o -wholename '*/third_party/*' \
|
-o -wholename '*/third_party/*' \
|
||||||
-o -wholename '*/Godeps/*' \
|
-o -wholename '*/Godeps/*' \
|
||||||
|
-o -wholename '*/testdata/*' \
|
||||||
\) -prune \
|
\) -prune \
|
||||||
\) -name '*.generated.go'))
|
\) -name '*.generated.go'))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user