Chromium Code Reviews| Index: dart/tools/test.dart |
| =================================================================== |
| --- dart/tools/test.dart (revision 32163) |
| +++ dart/tools/test.dart (working copy) |
| @@ -261,6 +261,10 @@ |
| if (firstConf['write_test_outcome_log']) { |
| eventListener.add(new TestOutcomeLogWriter()); |
| } |
| + if (firstConf['copy_coredumps']) { |
| + eventListener.add(new UnexpectedCrashDumpArchiver()); |
| + } |
| + |
| eventListener.add(new ExitCodeSetter()); |
| void startProcessQueue() { |