| Index: dart/tools/testing/dart/test_options.dart
|
| diff --git a/dart/tools/testing/dart/test_options.dart b/dart/tools/testing/dart/test_options.dart
|
| index f483cf3137691071b29b27588b97189a281f2308..9de583f306e95f405c8f422c356de6da9d95ccc1 100644
|
| --- a/dart/tools/testing/dart/test_options.dart
|
| +++ b/dart/tools/testing/dart/test_options.dart
|
| @@ -143,6 +143,12 @@ is 'dart file.dart' and you specify special command
|
| 'silent', 'status', 'buildbot'],
|
| 'compact'),
|
| new _TestOptionSpecification(
|
| + 'step_name',
|
| + 'Step name for use by -pbuildbot',
|
| + ['--step_name'],
|
| + [],
|
| + 'string'),
|
| + new _TestOptionSpecification(
|
| 'report',
|
| 'Print a summary report of the number of tests, by expectation',
|
| ['--report'],
|
|
|