JUnit process handler doesn't support blocking mode

This commit is contained in:
Dmitry Trofimov
2015-10-28 02:43:47 +01:00
parent cbf200598a
commit 24d85cc37a
@@ -76,4 +76,9 @@ public class JUnitProcessHandler extends KillableColoredProcessHandler {
ProcessTerminatedListener.attach(processHandler);
return processHandler;
}
@Override
protected boolean useNonBlockingRead() {
return true;
}
}