mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
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:
-1
@@ -343,7 +343,6 @@ public class OutputToGeneralTestEventsConverter implements ProcessOutputConsumer
|
||||
if (processor != null) {
|
||||
processor.onFinishTesting();
|
||||
Disposer.dispose(processor);
|
||||
myProcessor = null;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user