mirror of https://github.com/k3s-io/k3s
Do not verify-codecgen.sh on testdata
Otherwise, verify-codecgen was saying that the testdata needed to change for some reason.pull/6/head
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