RFR: 8333307: Don't suppress jpackage logging in tests when it is detecting packaging tools in the system
Alexander Matveev
almatvee at openjdk.org
Thu May 30 22:59:03 UTC 2024
On Thu, 30 May 2024 20:26:02 GMT, Alexey Semenyuk <asemenyuk at openjdk.org> wrote:
> 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]]
Marked as reviewed by almatvee (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/19489#pullrequestreview-2089482543
More information about the core-libs-dev
mailing list