Re: RFR: 8354985: Add unit tests for Executor class from jpackage test lib

2025-04-17 Thread Alexander Matveev
On Thu, 17 Apr 2025 18:53:16 GMT, Alexey Semenyuk wrote: > - Add tests covering command output handling in the Executor class > - Fix revealed bugs > - Add a couple of `Executor.of()` convenience methods > > The test is implemented in a way that it will remain mostly unchanged when > Executor

Re: RFR: 8354985: Add unit tests for Executor class from jpackage test lib

2025-04-17 Thread Alexey Semenyuk
On Thu, 17 Apr 2025 18:53:16 GMT, Alexey Semenyuk wrote: > - Add tests covering command output handling in the Executor class > - Fix revealed bugs > - Add a couple of `Executor.of()` convenience methods > > The test is implemented in a way that it will remain mostly unchanged when > Executor

RFR: 8354985: Add unit tests for Executor class from jpackage test lib

2025-04-17 Thread Alexey Semenyuk
- Add tests covering command output handling in the Executor class - Fix revealed bugs - Add a couple of `Executor.of()` convenience methods The test is implemented in a way that it will remain mostly unchanged when Executor supports disabling of stderr and stdout streams. - Commi