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

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

Issue 2371113004: Use .packages instead of pubspec.yaml (Closed)
Patch Set: Mark clang as passing Created 4 years, 3 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 | « pkg/dev_compiler/tool/format.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 f23dd2fef49e593a889b8b990dea91b2e6453bb8..f32a6ad4db8564b3a66cd107386d42ecabd3c281 100755
--- a/pkg/dev_compiler/tool/test.sh
+++ b/pkg/dev_compiler/tool/test.sh
@@ -36,7 +36,7 @@ fi
# all_tests twice. Finally self_host_test is not currently being tracked by
# code coverage.
unset COVERALLS_TOKEN
-pub run test:test test/all_tests.dart || fail
+dart test/all_tests.dart || fail
{
fc=`find test -name "*.dart" |\
« no previous file with comments | « pkg/dev_compiler/tool/format.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698