| Index: tools/testing/dart/test_options.dart
|
| diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
|
| index 4a5868342fcae1ede936fe9c8eefafd429abe43c..a7f7983255cd37c1104c3d731b70626a43174d9b 100644
|
| --- a/tools/testing/dart/test_options.dart
|
| +++ b/tools/testing/dart/test_options.dart
|
| @@ -162,6 +162,13 @@ is 'dart file.dart' and you specify special command
|
| 'silent', 'status', 'buildbot', 'diff'],
|
| 'compact'),
|
| new _TestOptionSpecification(
|
| + 'failure-summary',
|
| + 'Print failure summary at the end',
|
| + ['--failure-summary'],
|
| + [],
|
| + false,
|
| + 'bool'),
|
| + new _TestOptionSpecification(
|
| 'step_name',
|
| 'Step name for use by -pbuildbot',
|
| ['--step_name'],
|
|
|