Revert part of #18860

Revert the part of #18860 which skipped running hack/verify-codecgen.sh on
testdata directories.  @caesarxuchao pointed out it is not necessary.
This commit is contained in:
Eric Tune 2015-12-18 22:21:54 -08:00
parent bf67eab89f
commit c0eac46059

View File

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