| Index: tools/test.dart
|
| ===================================================================
|
| --- tools/test.dart (revision 17743)
|
| +++ tools/test.dart (working copy)
|
| @@ -126,8 +126,9 @@
|
| }
|
|
|
| var testSuites = new List<TestSuite>();
|
| + TestingServerRunner.setBuildDir(firstConf);
|
| + TestingServerRunner.setPackageRootDir(firstConf);
|
| for (var conf in configurations) {
|
| - TestingServerRunner.setPackageRootDir(conf);
|
| for (String key in selectors.keys) {
|
| if (key == 'co19') {
|
| testSuites.add(new Co19TestSuite(conf));
|
|
|