On Fri, 1 Sep 2023 15:40:00 GMT, Alexey Semenyuk <asemen...@openjdk.org> wrote:
>> Matthias Baesken has updated the pull request incrementally with one >> additional commit since the last revision: >> >> remove output from PackageTest.java > > test/jdk/tools/jpackage/helpers/jdk/jpackage/test/PackageTest.java line 708: > >> 706: var files2 = Files.list(unpackedDir); >> 707: files2.forEach(System.out::println); >> 708: > > Please remove this debug output. It will clutter normal test output when it > successfully passes the following `TKit.assertEquals` check. Hi Alexey, I removed the output from the test . ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/15528#discussion_r1316847911