Chromium Code Reviews| 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(''); |