Hi James,
On 4/29/21 11:07 AM, James Prestwood wrote:
Since using --valgrind actually runs IWD using the valgrind
process the --verbose flag would only work if 'valgrind' was
also specified. This was taken into account with is_verbose
but the actual logic enabling stdout did not use that helper.
This was due, in part, to logging since is_verbose will always
return true if --log is used. To fix this a new flag was added
to is_verbose which omits the --log check to handle this
specific case.
---
tools/test-runner | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
Applied, thanks.
Regards,
-Denis