Do not verify-codecgen.sh on testdata

Otherwise, verify-codecgen was saying that the testdata needed to
change for some reason.
pull/6/head
Eric Tune 2015-12-17 13:45:32 -08:00
parent 1752cf22d4
commit e2fab78539
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ generated_files=($(
-o -wholename './target' \
-o -wholename '*/third_party/*' \
-o -wholename '*/Godeps/*' \
-o -wholename '*/testdata/*' \
\) -prune \
\) -name '*.generated.go'))