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

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

Issue 11308179: Add --build-directory option to test.py. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix test_runner_exit_code_script.dart to set a buildbot step name. Created 8 years, 1 month 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
Index: tools/testing/dart/test_options.dart
diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
index 08b5313f5ff064215ee697ebb03cf93d96ce789b..8a3a2a6f46b7bcec9e204df6b589557f83ff2433 100644
--- a/tools/testing/dart/test_options.dart
+++ b/tools/testing/dart/test_options.dart
@@ -156,7 +156,7 @@ is 'dart file.dart' and you specify special command
'Step name for use by -pbuildbot',
['--step_name'],
[],
- 'string'),
+ null),
new _TestOptionSpecification(
'report',
'Print a summary report of the number of tests, by expectation',
@@ -257,6 +257,12 @@ Note: currently only implemented for dart2js.''',
false,
'bool'),
new _TestOptionSpecification(
+ 'build_directory',
+ 'The name of the build directory, where products are placed.',
+ ['--build-directory'],
+ [],
+ ''),
+ new _TestOptionSpecification(
'noBatch',
'Do not run browser tests in batch mode',
['-n', '--nobatch'],

Powered by Google App Engine
This is Rietveld 408576698