RFR: 7903443: Propagate verbose flag to agents [v3]
Jonathan Gibbons
jjg at openjdk.org
Fri May 31 15:01:19 UTC 2024
On Thu, 30 May 2024 16:28:43 GMT, Christian Stein <cstein at openjdk.org> wrote:
>> Please review this change to make `jtreg` propagate its verbosity configuration to agents.
>>
>> This pull request also updates the `JUnitRunner` agent to evaluate the verbosity configuration and act accordingly.
>> For example, passing `-v:nopass,error,fail` at the command line to `jtreg` will suppress the `STARTED: ...` and `SUCCESSFUL: ...` lines in `.jtr` files for JUnit-based tests.
>
> Christian Stein has updated the pull request incrementally with one additional commit since the last revision:
>
> Revert changes in JarManager; they are unrelated
Marked as reviewed by jjg (Lead).
-------------
PR Review: https://git.openjdk.org/jtreg/pull/187#pullrequestreview-2091071638
More information about the jtreg-dev
mailing list