| 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',
|
|
|