Re: [PATCH v2 4/5] tester: Count tester header errors

2021-09-08 Thread Kinsey Moore
Patch looks good except for one comment below. On 9/6/2021 23:31, chr...@rtems.org wrote: From: Chris Johns - Remove the hard tester error and count the header errors. --- tester/rt/config.py | 2 +- tester/rt/report.py | 32 +++- tester/rt/test.py | 7 +

[PATCH v2 4/5] tester: Count tester header errors

2021-09-06 Thread chrisj
From: Chris Johns - Remove the hard tester error and count the header errors. --- tester/rt/config.py | 2 +- tester/rt/report.py | 32 +++- tester/rt/test.py | 7 +-- 3 files changed, 29 insertions(+), 12 deletions(-) diff --git a/tester/rt/config.py b/teste