| Index: tools/testing/dart/test_options.dart
|
| diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
|
| index b55f61a7ae85ddd47a8fb7f11f429e68c44f0c52..e66b3cc09055d3528153d284b250e23d8a566781 100644
|
| --- a/tools/testing/dart/test_options.dart
|
| +++ b/tools/testing/dart/test_options.dart
|
| @@ -77,6 +77,12 @@ class TestOptionsParser {
|
| -1,
|
| 'int'),
|
| new _TestOptionSpecification(
|
| + 'progress',
|
| + 'Progress indication mode',
|
| + ['-p', '--progress'],
|
| + ['compact', 'line', 'verbose', 'status', 'buildbot'],
|
| + 'compact'),
|
| + new _TestOptionSpecification(
|
| 'tasks',
|
| 'The number of parallel tasks to run',
|
| ['-j', '--tasks'],
|
|
|