Commit e2fab785 authored by Eric Tune's avatar Eric Tune

Do not verify-codecgen.sh on testdata

Otherwise, verify-codecgen was saying that the testdata needed to change for some reason.
parent 1752cf22
...@@ -32,6 +32,7 @@ generated_files=($( ...@@ -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'))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment