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
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
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