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

Unified Diff: utils/testrunner/options.dart

Issue 11103015: Added the ability for testrunner to start the HTTP server with a random port and communicate that p… (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 2 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 | « utils/testrunner/http_server.dart ('k') | utils/testrunner/pipeline_utils.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/testrunner/options.dart
===================================================================
--- utils/testrunner/options.dart (revision 13499)
+++ utils/testrunner/options.dart (working copy)
@@ -142,8 +142,7 @@
parser.addFlag('server', help: 'Run an HTTP server.', defaultsTo: false);
- parser.addOption('port', help: 'Port to use for HTTP server',
- defaultsTo: '8080');
+ parser.addOption('port', help: 'Port to use for HTTP server');
parser.addOption('root',
help: 'Root directory for HTTP server for static files');
« no previous file with comments | « utils/testrunner/http_server.dart ('k') | utils/testrunner/pipeline_utils.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698