Re: RFR: 8343101: Rework BasicTest.testTemp test cases

2024-10-28 Thread Alexander Matveev
On Fri, 25 Oct 2024 20:54:51 GMT, Alexey Semenyuk wrote: > Make `BasicTest.testTemp()` test cases run jpackage with non-empty `--temp` > directory only once instead of twice. > Add additional checks jpackage doesn't change contents of `--temp` directory > if it aborts execution. Looks good. -

RFR: 8343101: Rework BasicTest.testTemp test cases

2024-10-25 Thread Alexey Semenyuk
Make `BasicTest.testTemp()` test cases run jpackage with non-empty `--temp` directory only once instead of twice. Add additional checks jpackage doesn't change contents of `--temp` directory if it aborts execution. - Commit messages: - 8343101: Rework BasicTest.testTemp test cases