Integrated: 8333307: Don't suppress jpackage logging in tests when it is detecting packaging tools in the system
Alexey Semenyuk
asemenyuk at openjdk.org
Fri May 31 03:05:04 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]]
This pull request has now been integrated.
Changeset: e304a8ae
Author: Alexey Semenyuk <asemenyuk at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/e304a8ae63fdec125e085bd5048d62cf555e2caa
Stats: 29 lines in 1 file changed: 27 ins; 0 del; 2 mod
8333307: Don't suppress jpackage logging in tests when it is detecting packaging tools in the system
Reviewed-by: almatvee
-------------
PR: https://git.openjdk.org/jdk/pull/19489
More information about the core-libs-dev
mailing list