mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +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 '*/third_party/*' \
|
||||
-o -wholename '*/Godeps/*' \
|
||||
-o -wholename '*/testdata/*' \
|
||||
\) -prune \
|
||||
\) -name '*.generated.go'))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user