| Index: tools/testing/dart/test_options.dart
|
| diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
|
| index fa2edd53c1c5fbcfe9261cad43ffafa5ed770837..55ac05c08ac48626fe5d7a91d8f7de967de77c31 100644
|
| --- a/tools/testing/dart/test_options.dart
|
| +++ b/tools/testing/dart/test_options.dart
|
| @@ -270,9 +270,17 @@ Note: currently only implemented for dart2js.''',
|
| false,
|
| 'bool'),
|
| new _TestOptionSpecification(
|
| - 'append_flaky_log',
|
| - 'Do not delete the old flaky log but rather append to it.',
|
| - ['--append_flaky_log'],
|
| + 'append_logs',
|
| + 'Do not delete old logs but rather append to them.',
|
| + ['--append_logs'],
|
| + [],
|
| + false,
|
| + 'bool'
|
| + ),
|
| + new _TestOptionSpecification(
|
| + 'write_debug_log',
|
| + 'Don\'t write debug messages to stdout but rather to a logfile.',
|
| + ['--write-debug-log'],
|
| [],
|
| false,
|
| 'bool'
|
|
|