test history: don't flush root node if there is not much output (IDEA-157793)

This commit is contained in:
Anna Kozlova
2016-06-30 21:02:38 +03:00
parent e63701ecd7
commit 6d9fe0d387
@@ -156,7 +156,6 @@ public abstract class JavaTestFrameworkRunnableState<T extends
@Override
public void processTerminated(ProcessEvent event) {
Runnable runnable = () -> {
root.flush();
deleteTempFiles();
clear();
};