Re: RFR: 8354988: Separate stderr and stdout in Executor class from jpackage test lib

2025-04-18 Thread Alexander Matveev
On Thu, 17 Apr 2025 23:47:09 GMT, Alexey Semenyuk wrote: > Rework Executor class from jpackage test lib to support separate > configuration of stdout and stderr streams handling: > - New `Executor.discardStdout(boolean)` and > `Executor.discardStderr(boolean)` methods enable/disable stdout and

RFR: 8354988: Separate stderr and stdout in Executor class from jpackage test lib

2025-04-17 Thread Alexey Semenyuk
Rework Executor class from jpackage test lib to support separate configuration of stdout and stderr streams handling: - New `Executor.discardStdout(boolean)` and `Executor.discardStderr(boolean)` methods enable/disable stdout and stderr streams, respectively; - New `Executor.Result.stdout()` ac

Re: RFR: 8354988: Separate stderr and stdout in Executor class from jpackage test lib

2025-04-17 Thread Alexey Semenyuk
On Thu, 17 Apr 2025 23:47:09 GMT, Alexey Semenyuk wrote: > Rework Executor class from jpackage test lib to support separate > configuration of stdout and stderr streams handling: > - New `Executor.discardStdout(boolean)` and > `Executor.discardStderr(boolean)` methods enable/disable stdout and