RFR: 7903373: Add ability to customize test execution using main wrapper plugin [v5]
Leonid Mesnik
lmesnik at openjdk.org
Wed Jan 25 20:11:17 UTC 2023
On Tue, 6 Dec 2022 21:46:46 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:
>> Leonid Mesnik has updated the pull request incrementally with one additional commit since the last revision:
>>
>> empty lines removed.
>
> src/share/classes/com/sun/javatest/regtest/exec/MainAction.java line 630:
>
>> 628: Agent agent;
>> 629: try {
>> 630: String wrapper = script.getCustomWrapper() == null ? null : script.getCustomWrapper() + ":" + "action=" + this.getName();
>
> Is this the other side of the parsing done in CustomMainWrapper:44?
> Is there any need for the `action=` part of the string, since it does not appear to be checked later on
the action is removed
-------------
PR: https://git.openjdk.org/jtreg/pull/136
More information about the jtreg-dev
mailing list