Re: [tools] tester: Check for begin/end of test

2022-10-06 Thread Chris Johns
OK Thanks Chris On 6/10/2022 6:29 pm, Sebastian Huber wrote: > Check for "BEGIN OF TEST" and "END OF TEST" to not use other information > blocks > such as "END OF GCOV" to determine the test status. > --- > tester/rt/report.py | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > d

[tools] tester: Check for begin/end of test

2022-10-06 Thread Sebastian Huber
Check for "BEGIN OF TEST" and "END OF TEST" to not use other information blocks such as "END OF GCOV" to determine the test status. --- tester/rt/report.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tester/rt/report.py b/tester/rt/report.py index d3bf1cb..21580e2 100