RFR: 7903443: Propagate verbose flag to agents
Christian Stein
cstein at openjdk.org
Fri May 24 10:20:21 UTC 2024
On Fri, 17 May 2024 16:00:05 GMT, Christian Stein <cstein at openjdk.org> wrote:
>> src/share/classes/com/sun/javatest/regtest/exec/RegressionScript.java line 1146:
>>
>>> 1144: if (verbose != null) {
>>> 1145: p.put("test.verbose", verbose.toString());
>>> 1146: }
>>
>> You should not need the guard if you implemented `load`/`save` in `RegressionParamaters`
>
> Same goes for the `testQuery` field above, right?
I'll keep both guards in place.
-------------
PR Review Comment: https://git.openjdk.org/jtreg/pull/187#discussion_r1613167949
More information about the jtreg-dev
mailing list