Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(283)

Unified Diff: tools/testing/dart/test_options.dart

Issue 11962042: Added DebugLogger to testing scripts. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/test-runtime.dart ('k') | tools/testing/dart/test_runner.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'
« no previous file with comments | « tools/test-runtime.dart ('k') | tools/testing/dart/test_runner.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698