| Index: tools/testing/dart/test_options.dart
|
| diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
|
| index 97301ea31884cda2f017b8fdf322cb9c9d0c1cfc..fdd676fd9a31bbbb73fd57aa21c41ce7c0b9ed2e 100644
|
| --- a/tools/testing/dart/test_options.dart
|
| +++ b/tools/testing/dart/test_options.dart
|
| @@ -268,7 +268,15 @@ Note: currently only implemented for dart2js.''',
|
| ['-n', '--nobatch'],
|
| [],
|
| false,
|
| - 'bool')];
|
| + 'bool'),
|
| + new _TestOptionSpecification(
|
| + 'append_flaky_log',
|
| + 'Do not delete the old flaky log but rather append to it.',
|
| + ['--append_flaky_log'],
|
| + [],
|
| + false,
|
| + 'bool'
|
| + ),];
|
| }
|
|
|
|
|
|
|