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

Unified Diff: tools/testing/dart/test_runner.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_runner.dart
diff --git a/tools/testing/dart/test_runner.dart b/tools/testing/dart/test_runner.dart
index 7afb4667e50399511fb9bec806883f89d7161c4a..356b664819872c0e5394b56312276e5176a9889d 100644
--- a/tools/testing/dart/test_runner.dart
+++ b/tools/testing/dart/test_runner.dart
@@ -1603,7 +1603,9 @@ class ProcessQueue {
'http_server.dart -m ${test.configuration["mode"]} '
'-a ${test.configuration["arch"]} '
ahe 2013/02/01 10:28:59 -m and -a 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}');
i++;
}
for (Command command in test.commands) {
« tools/testing/dart/test_progress.dart ('K') | « tools/testing/dart/test_progress.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698