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

Unified Diff: packages/initialize/tool/all_tests.sh

Issue 3015713002: Roll to pickup pool changes
Patch Set: Created 3 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 | « packages/initialize/test/transformer_test.dart ('k') | packages/matcher/.analysis_options » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/initialize/tool/all_tests.sh
diff --git a/packages/initialize/tool/all_tests.sh b/packages/initialize/tool/all_tests.sh
index 312cda223a8c4cb1a90ce033ff58201bcef5ec8b..d5c23c1b57fd35c98fa87d3936b3e44e10cc31f1 100755
--- a/packages/initialize/tool/all_tests.sh
+++ b/packages/initialize/tool/all_tests.sh
@@ -7,6 +7,8 @@
# Fast fail the script on failures.
set -e
+dartanalyzer --fatal-warnings lib/initialize.dart lib/transformer.dart
+
# Run the un-transformed command-line tests.
dart test/deferred_library_test.dart
dart test/init_method_test.dart
« no previous file with comments | « packages/initialize/test/transformer_test.dart ('k') | packages/matcher/.analysis_options » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698