mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
test history: don't flush root node if there is not much output (IDEA-157793)
This commit is contained in:
@@ -156,7 +156,6 @@ public abstract class JavaTestFrameworkRunnableState<T extends
|
||||
@Override
|
||||
public void processTerminated(ProcessEvent event) {
|
||||
Runnable runnable = () -> {
|
||||
root.flush();
|
||||
deleteTempFiles();
|
||||
clear();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user