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

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

Issue 10905208: Add --step_name option to test.dart. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address review commens Created 8 years, 3 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 | « dart/tools/test.dart ('k') | dart/tools/testing/dart/test_progress.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tools/testing/dart/test_options.dart
diff --git a/dart/tools/testing/dart/test_options.dart b/dart/tools/testing/dart/test_options.dart
index f483cf3137691071b29b27588b97189a281f2308..9de583f306e95f405c8f422c356de6da9d95ccc1 100644
--- a/dart/tools/testing/dart/test_options.dart
+++ b/dart/tools/testing/dart/test_options.dart
@@ -143,6 +143,12 @@ is 'dart file.dart' and you specify special command
'silent', 'status', 'buildbot'],
'compact'),
new _TestOptionSpecification(
+ 'step_name',
+ 'Step name for use by -pbuildbot',
+ ['--step_name'],
+ [],
+ 'string'),
+ new _TestOptionSpecification(
'report',
'Print a summary report of the number of tests, by expectation',
['--report'],
« no previous file with comments | « dart/tools/test.dart ('k') | dart/tools/testing/dart/test_progress.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698