mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-06 03:33:26 +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:
@@ -32,6 +32,7 @@ generated_files=($(
|
||||
-o -wholename './target' \
|
||||
-o -wholename '*/third_party/*' \
|
||||
-o -wholename '*/Godeps/*' \
|
||||
-o -wholename '*/testdata/*' \
|
||||
\) -prune \
|
||||
\) -name '*.generated.go'))
|
||||
|
||||
|
Reference in New Issue
Block a user