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

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

Issue 11019012: Update the semantics of the 'special-command' flag given to the test script. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: 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 | « no previous file | 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
===================================================================
--- tools/testing/dart/test_options.dart (revision 13059)
+++ tools/testing/dart/test_options.dart (working copy)
@@ -44,12 +44,12 @@
Special command support. Wraps the command line in
a special command. The special command should contain
an '@' character which will be replaced by the normal
-command.
+command executable.
-For example if the normal command that will be executed
+For example if the normal command line that will be executed
is 'dart file.dart' and you specify special command
'python -u valgrind.py @ suffix' the final command will be
-'python -u valgrind.py dart file.dart suffix'""";
+'python -u valgrind.py dart suffix file.dart'""";
/**
* Creates a test options parser initialized with the known options.
« no previous file with comments | « no previous file | tools/testing/dart/test_runner.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698