RFR: 8333307: Don't suppress jpackage logging in tests when it is detecting packaging tools in the system
Alexey Semenyuk
asemenyuk at openjdk.org
Thu May 30 20:30:10 UTC 2024
Change jpackage tests output from:
[19:16:29.586] Create: SimplePackageTest.test
[19:16:29.587] [ RUN ] SimplePackageTest.test
[19:16:29.663] TRACE: Bundler rpm supported
[19:16:29.674] TRACE: Actions: [[initialize], [create], [unpack], [verify-install], [finalize]]
to:
[19:16:29.586] Create: SimplePackageTest.test
[19:16:29.587] [ RUN ] SimplePackageTest.test
[19:16:29.621] Running dpkg
[19:16:29.633] Running dpkg-deb
[19:16:29.651] Running rpmbuild
[19:16:29.663] TRACE: Bundler rpm supported
[19:16:29.674] TRACE: Actions: [[initialize], [create], [unpack], [verify-install], [finalize]]
-------------
Commit messages:
- Don't suppress jpackage output when it is detecting what packaging tools available and what bundlers are supported.
Changes: https://git.openjdk.org/jdk/pull/19489/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=19489&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8333307
Stats: 29 lines in 1 file changed: 27 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/jdk/pull/19489.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/19489/head:pull/19489
PR: https://git.openjdk.org/jdk/pull/19489
More information about the core-libs-dev
mailing list