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

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

Issue 2729153002: Correct help message for --write-test-outcome-log (Closed)
Patch Set: Created 3 years, 10 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 | « no previous file | no next file » | 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 d15680179c217ce55283c52dc2f1b0c92ec4ca5c..cf49269777597530f9fe36a744c9cd8e8dd713e5 100644
--- a/tools/testing/dart/test_options.dart
+++ b/tools/testing/dart/test_options.dart
@@ -372,7 +372,7 @@ Note: currently only implemented for dart2js.''',
new _TestOptionSpecification(
'write_test_outcome_log',
'Write the outcome of all tests executed to a '
- '"${TestUtils.flakyFileName()}" file.',
+ '"${TestUtils.testOutcomeFileName()}" file.',
['--write-test-outcome-log'],
[],
false,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698