| Index: tools/testing/dart/test_options.dart
|
| diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
|
| index 08b5313f5ff064215ee697ebb03cf93d96ce789b..8a3a2a6f46b7bcec9e204df6b589557f83ff2433 100644
|
| --- a/tools/testing/dart/test_options.dart
|
| +++ b/tools/testing/dart/test_options.dart
|
| @@ -156,7 +156,7 @@ is 'dart file.dart' and you specify special command
|
| 'Step name for use by -pbuildbot',
|
| ['--step_name'],
|
| [],
|
| - 'string'),
|
| + null),
|
| new _TestOptionSpecification(
|
| 'report',
|
| 'Print a summary report of the number of tests, by expectation',
|
| @@ -257,6 +257,12 @@ Note: currently only implemented for dart2js.''',
|
| false,
|
| 'bool'),
|
| new _TestOptionSpecification(
|
| + 'build_directory',
|
| + 'The name of the build directory, where products are placed.',
|
| + ['--build-directory'],
|
| + [],
|
| + ''),
|
| + new _TestOptionSpecification(
|
| 'noBatch',
|
| 'Do not run browser tests in batch mode',
|
| ['-n', '--nobatch'],
|
|
|