mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
JUnit process handler doesn't support blocking mode
This commit is contained in:
@@ -76,4 +76,9 @@ public class JUnitProcessHandler extends KillableColoredProcessHandler {
|
||||
ProcessTerminatedListener.attach(processHandler);
|
||||
return processHandler;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected boolean useNonBlockingRead() {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user