On Fri, 19 May 2023 19:58:10 GMT, Sean Mullan <mul...@openjdk.org> wrote:
>> Mark Powers has updated the pull request incrementally with four additional >> commits since the last revision: >> >> - Ferenc: comments 2 and 4 >> - oops >> - Sean's comments >> - added @run > > test/jdk/sun/security/tools/jarsigner/VerifyHSSLMSSignedJar.java line 29: > >> 27: * @summary verify JAR files signed with HSS/LMS >> 28: * @library /test/lib >> 29: * @run testng/othervm VerifyHSSLMSSignedJar > > I don't see anything that is using testng in this test, can we just run as > `main/othervm`? You are right. Changed to `@run main VerifyHSSLMSSignedJar`. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/13940#discussion_r1199416397