RFR: 7903373: Add ability to customize test execution using main wrapper plugin [v5]
Leonid Mesnik
lmesnik at openjdk.org
Wed Jan 25 19:57:16 UTC 2023
On Tue, 6 Dec 2022 21:38:55 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/agent/CustomMainWrapper.java line 44:
>
>> 42: String[] args = mainWrapper.split(":", 2);
>> 43: String className = args[0];
>> 44: String actionName = args[1].split("=")[1];
>
> It would help if somewhere there was a comment or info on the proposed format for the `mainWrapper` string, illustrating the use of the colon and equals separators.
>
> I don't (yet) see the overall significance of `args[1]` beyond the `actionName`
The actionName is not used anymore.
-------------
PR: https://git.openjdk.org/jtreg/pull/136
More information about the jtreg-dev
mailing list