| Index: tools/testing/dart/test_options.dart
|
| ===================================================================
|
| --- tools/testing/dart/test_options.dart (revision 5893)
|
| +++ tools/testing/dart/test_options.dart (working copy)
|
| @@ -214,12 +214,24 @@
|
| false,
|
| 'bool'),
|
| new _TestOptionSpecification(
|
| + 'frog',
|
| + 'Path to frog executable',
|
| + ['--frog'],
|
| + [],
|
| + ''),
|
| + new _TestOptionSpecification(
|
| 'drt',
|
| 'Path to DumpRenderTree executable',
|
| ['--drt'],
|
| [],
|
| ''),
|
| new _TestOptionSpecification(
|
| + 'froglib',
|
| + 'Path to frog library',
|
| + ['--froglib'],
|
| + [],
|
| + ''),
|
| + new _TestOptionSpecification(
|
| 'noBatch',
|
| 'Do not run browser tests in batch mode',
|
| ['-n', '--nobatch'],
|
|
|