| Index: tool/test.sh
|
| diff --git a/tool/test.sh b/tool/test.sh
|
| index 4a4d01a0b1e24e1139f56815233f383a550f7963..f23dd2fef49e593a889b8b990dea91b2e6453bb8 100755
|
| --- a/tool/test.sh
|
| +++ b/tool/test.sh
|
| @@ -27,6 +27,8 @@ if [ -d gen/codegen_output ]; then
|
| rm -r gen/codegen_output || fail
|
| fi
|
|
|
| +./tool/build_test_pkgs.sh
|
| +
|
| # Make sure we don't run tests in code coverage mode.
|
| # this will cause us to generate files that are not part of the baseline
|
| # TODO(jmesserly): we should move diff into Dart code, so we don't need to
|
|
|