sm test runner: allow handling output after testingFinished event

Previously, "Process finished with exit code ..." text was skipped for test framework emitting testingFinished events
This commit is contained in:
Sergey Simonchik
2017-10-07 23:14:33 +03:00
parent 325b1d3446
commit dfdcc0e6b3
@@ -343,7 +343,6 @@ public class OutputToGeneralTestEventsConverter implements ProcessOutputConsumer
if (processor != null) {
processor.onFinishTesting();
Disposer.dispose(processor);
myProcessor = null;
}
}