Chromium Code Reviews| Index: tools/test.dart |
| =================================================================== |
| --- tools/test.dart (revision 17372) |
| +++ tools/test.dart (working copy) |
| @@ -126,8 +126,9 @@ |
| } |
| var testSuites = new List<TestSuite>(); |
| + TestingServerRunner.setBuildDir(firstConf); |
| + TestingServerRunner.setPackageRootDir(firstConf); |
|
kustermann
2013/01/22 14:10:08
The methods setBuildDir/setPackageRootDir are some
ahe
2013/01/23 12:17:41
I think this slightly breaks passing both -mdebug,
ricow1
2013/01/29 11:58:35
That is actually true already for the existing cod
|
| for (var conf in configurations) { |
|
kustermann
2013/01/22 14:10:08
Since there is some http-server stuff in test-runt
ricow1
2013/01/29 11:58:35
Done.
|
| - TestingServerRunner.setPackageRootDir(conf); |
| for (String key in selectors.keys) { |
| if (key == 'co19') { |
| testSuites.add(new Co19TestSuite(conf)); |