Re: RFR: 8356562: SigningAppImageTwoStepsTest test fails

2025-05-08 Thread Alexander Matveev
On Thu, 8 May 2025 17:23:48 GMT, Alexey Semenyuk wrote: > Fix JPackageCommand.assertAppImageFile() method to make it pass the relative > path to ".jpackag.xml" file to JPackageCommand.assertFileInAppImage(). Looks good. - Marked as reviewed by almatvee (Reviewer). PR Review: http

Re: RFR: 8356562: SigningAppImageTwoStepsTest test fails

2025-05-08 Thread Alexey Semenyuk
On Thu, 8 May 2025 17:23:48 GMT, Alexey Semenyuk wrote: > Fix JPackageCommand.assertAppImageFile() method to make it pass the relative > path to ".jpackag.xml" file to JPackageCommand.assertFileInAppImage(). @sashamatveev PTAL - PR Comment: https://git.openjdk.org/jdk/pull/25126#i

RFR: 8356562: SigningAppImageTwoStepsTest test fails

2025-05-08 Thread Alexey Semenyuk
Fix JPackageCommand.assertAppImageFile() method to make it pass the relative path to ".jpackag.xml" file to JPackageCommand.assertFileInAppImage(). - Commit messages: - Fix a bug in JPackageCommand.assertFileInAppImage() uncovered by running signing tests after JDK-8356219 fix. JDK