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

Unified Diff: pkg/dev_compiler/tool/test.sh

Issue 2955513002: Dynamically load packages for dartdevc tests in test.dart. (Closed)
Patch Set: Created 3 years, 6 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
Index: pkg/dev_compiler/tool/test.sh
diff --git a/pkg/dev_compiler/tool/test.sh b/pkg/dev_compiler/tool/test.sh
index f5593bcedf624d81c15d57e5b0c4a865ec3686ac..f32a6ad4db8564b3a66cd107386d42ecabd3c281 100755
--- a/pkg/dev_compiler/tool/test.sh
+++ b/pkg/dev_compiler/tool/test.sh
@@ -27,7 +27,7 @@ if [ -d gen/codegen_output ]; then
rm -r gen/codegen_output || fail
fi
-./tool/build_pkgs.dart test
+./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

Powered by Google App Engine
This is Rietveld 408576698