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

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

Issue 2498673003: Rewrite build_pkgs.sh and build_test_pkgs.sh in Dart. (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « pkg/dev_compiler/tool/build_test_pkgs.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/dev_compiler/tool/test.sh
diff --git a/pkg/dev_compiler/tool/test.sh b/pkg/dev_compiler/tool/test.sh
index f32a6ad4db8564b3a66cd107386d42ecabd3c281..f5593bcedf624d81c15d57e5b0c4a865ec3686ac 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_test_pkgs.sh
+./tool/build_pkgs.dart test
# 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
« no previous file with comments | « pkg/dev_compiler/tool/build_test_pkgs.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698