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

Unified Diff: tools/testing/dart/test_options.dart

Issue 9315036: Change output of test.dart --list option, so it can be parsed automatically. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: more changes Created 8 years, 11 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: tools/testing/dart/test_options.dart
diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
index 76c77e4d60a2b3687e451efccfca900ebac6ceb9..299cff684533cdbdf7a9e8bf68f948f807872013 100644
--- a/tools/testing/dart/test_options.dart
+++ b/tools/testing/dart/test_options.dart
@@ -96,7 +96,8 @@ is 'dart file.dart' and you specify special command
'progress',
'Progress indication mode',
['-p', '--progress'],
- ['compact', 'color', 'line', 'verbose', 'status', 'buildbot'],
+ ['compact', 'color', 'line', 'verbose',
+ 'silent', 'status', 'buildbot'],
'compact'),
new _TestOptionSpecification(
'report',

Powered by Google App Engine
This is Rietveld 408576698