RFR: 8231591: [TESTBUG] Create additional two phase jpackage tests [v3]

Alexey Semenyuk asemenyuk at openjdk.java.net
Fri Sep 25 02:49:17 UTC 2020


On Thu, 24 Sep 2020 23:39:51 GMT, Alexander Matveev <almatvee at openjdk.org> wrote:

>> Actually it will not work. I am running appImageCmd command before test executes to generate app image. If I add it to
>> packageTest, jpackage will fail when trying to run command with app-image and launchers.
>
> I will keep addLauncherName() inside test to add launchers manually and will also call it in applyTo(PackageTest) for
> future tests, that might use such functionality.

Can you have applyTo() called for `appImageCmd` and for `packageTest`?

-------------

PR: https://git.openjdk.java.net/jdk/pull/263


More information about the core-libs-dev mailing list