| Index: tools/testing/dart/test_options.dart
|
| ===================================================================
|
| --- tools/testing/dart/test_options.dart (revision 36614)
|
| +++ tools/testing/dart/test_options.dart (working copy)
|
| @@ -300,12 +300,19 @@
|
| ''),
|
| new _TestOptionSpecification(
|
| 'noBatch',
|
| - 'Do not run browser tests in batch mode',
|
| + 'Do not run tests in batch mode',
|
| ['-n', '--nobatch'],
|
| [],
|
| false,
|
| type: 'bool'),
|
| new _TestOptionSpecification(
|
| + 'dart2js_batch',
|
| + 'Run dart2js tests in batch mode',
|
| + ['--dart2js-batch'],
|
| + [],
|
| + false,
|
| + type: 'bool'),
|
| + new _TestOptionSpecification(
|
| 'append_logs',
|
| 'Do not delete old logs but rather append to them.',
|
| ['--append_logs'],
|
|
|