Re: [PATCH 1/2] tester: Count tester header errors

2021-09-06 Thread Chris Johns
On 7/9/21 7:34 am, Kinsey Moore wrote: > These two patches look good with one minor nit below. Thanks update and post a v2 with a bunch of fixes soon. Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: [PATCH 1/2] tester: Count tester header errors

2021-09-06 Thread Kinsey Moore
These two patches look good with one minor nit below. On 9/5/2021 02:57, chr...@rtems.org wrote: From: Chris Johns - Remove the hard tester error and count the header errors. --- tester/rt/report.py | 17 + tester/rt/test.py | 7 +-- 2 files changed, 18 insertions(+)

[PATCH 1/2] tester: Count tester header errors

2021-09-05 Thread chrisj
From: Chris Johns - Remove the hard tester error and count the header errors. --- tester/rt/report.py | 17 + tester/rt/test.py | 7 +-- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/tester/rt/report.py b/tester/rt/report.py index 0e19edc..e808fce 100644