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

Unified Diff: test/runner/runner_test.dart

Issue 1062523003: Add support for --pub-serve. (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Created 5 years, 9 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
« lib/src/util/io.dart ('K') | « test/runner/pub_serve_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/runner/runner_test.dart
diff --git a/test/runner/runner_test.dart b/test/runner/runner_test.dart
index af67c03590988164b0ae24d3a417721437cb0eab..1c2dc74342423bd38f0c778b5abe1542b2cc830a 100644
--- a/test/runner/runner_test.dart
+++ b/test/runner/runner_test.dart
@@ -37,16 +37,17 @@ void main() {
final _usage = """
Usage: pub run test:test [files or directories...]
--h, --help Shows this usage information.
--n, --name A substring of the name of the test to run.
- Regular expression syntax is supported.
+-h, --help Shows this usage information.
+-n, --name A substring of the name of the test to run.
+ Regular expression syntax is supported.
--N, --plain-name A plain-text substring of the name of the test to run.
--p, --platform The platform(s) on which to run the tests.
- [vm (default), chrome]
+-N, --plain-name A plain-text substring of the name of the test to run.
+-p, --platform The platform(s) on which to run the tests.
+ [vm (default), chrome]
- --[no-]color Whether to use terminal colors.
- (auto-detected by default)
+ --pub-serve=<port> The port of a pub serve instance serving "test/".
+ --[no-]color Whether to use terminal colors.
+ (auto-detected by default)
""";
void main() {
« lib/src/util/io.dart ('K') | « test/runner/pub_serve_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698