Chromium Code Reviews| Index: tools/test-runtime.dart |
| =================================================================== |
| --- tools/test-runtime.dart (revision 17743) |
| +++ tools/test-runtime.dart (working copy) |
| @@ -73,6 +73,8 @@ |
| } |
| var testSuites = new List<TestSuite>(); |
| + TestingServerRunner.setBuildDir(firstConf); |
| + TestingServerRunner.setPackageRootDir(firstConf); |
| for (var conf in configurations) { |
| if (selectors.containsKey('co19')) { |
| testSuites.add(new Co19TestSuite(conf)); |