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

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

Issue 2964123002: Fix test.sh to not run non-existent shell script. (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
« no previous file with comments | « no previous file | 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..03535a81464f5cecb02083eff730279b9ad02f75 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 gen/codegen_output/pkg
# 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 | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698