Hi James,
On 11/5/19 5:36 PM, James Prestwood wrote:
Historically if you wanted to see output from a python test you
needed
to specify -v pytests. This was also the case if IWD was started from
python.
Nearly every time I run test-runner I would specify "-v iwd,pytests"
only to get the IWD output on these specific tests.
Instead we can special case 'python3' (previously 'pytests') inside
execute_program so that turning on verbosity for 'iwd' also turns it
on for the python tests.
---
tools/test-runner.c | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
Applied, thanks.
Regards,
-Denis