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

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

Issue 12087130: Added '--package-root' to http_server.dart. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 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_progress.dart
diff --git a/tools/testing/dart/test_progress.dart b/tools/testing/dart/test_progress.dart
index 7a45a41b5443cd44b3e8081bbb18fbd302595d2f..3de6e2f3e86f45c2c1c2ec26b906f4f4becd49d1 100644
--- a/tools/testing/dart/test_progress.dart
+++ b/tools/testing/dart/test_progress.dart
@@ -208,7 +208,8 @@ class ProgressIndicator {
'http_server.dart -m ${test.configuration["mode"]} '
'-a ${test.configuration["arch"]} '
ahe 2013/02/01 10:28:59 -a and -m are unused.
'-p ${http_server.TestingServerRunner.serverList[0].port} '
- '-c ${http_server.TestingServerRunner.serverList[1].port}');
+ '-c ${http_server.TestingServerRunner.serverList[1].port} '
+ '--package-root=${http_server.TestingServerRunner.packageRootDir}');
}
for (Command c in test.commands) {
output.add('');

Powered by Google App Engine
This is Rietveld 408576698