Chromium Code Reviews| Index: tools/test.dart |
| diff --git a/tools/test.dart b/tools/test.dart |
| index 0c9b39b6aac10c201ebb9109b74fc2aff8a771c4..3924477fc90f061bf95e59563bef9ea0b1926f18 100755 |
| --- a/tools/test.dart |
| +++ b/tools/test.dart |
| @@ -263,6 +263,7 @@ void testConfigurations(List<Map> configurations) { |
| } |
| eventListener.add(new ExitCodeSetter()); |
| + eventListener.add(new DeleteTestCaseOutput()); |
| void startProcessQueue() { |
| // [firstConf] is needed here, since the ProcessQueue needs to know the |