Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(917)

Unified Diff: tool/test.sh

Issue 2234343003: fix #620, infer the input files from sources (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: fix Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« tool/build_test_pkgs.sh ('K') | « tool/sdk_expected_errors.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« tool/build_test_pkgs.sh ('K') | « tool/sdk_expected_errors.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698