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

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

Issue 552443003: Add package-root option to the testing scripts (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 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
Index: tools/testing/dart/test_options.dart
===================================================================
--- tools/testing/dart/test_options.dart (revision 39949)
+++ tools/testing/dart/test_options.dart (working copy)
@@ -433,6 +433,12 @@
[],
null),
new _TestOptionSpecification(
+ 'package_root',
+ 'Additional directory to add to the testing matrix',
Bill Hesse 2014/09/08 15:31:20 This is not an additional directory to add to the
+ ['--package-root'],
+ [],
+ null),
+ new _TestOptionSpecification(
'exclude_suite',
'Exclude suites from default selector, only works when no'
' selector has been specified on the command line',

Powered by Google App Engine
This is Rietveld 408576698