Re: [PATCH] tester: Report fatal-error test states as failures

2020-11-25 Thread Chris Johns
On 26/11/20 1:55 am, Kinsey Moore wrote: > Tests resulting in the fatal-error state are counted as failures, but > are not currently reported in the text summary. This has already been > fixed for JSON output. OK to push. Thanks Chris ___ devel mailing

[PATCH] tester: Report fatal-error test states as failures

2020-11-25 Thread Kinsey Moore
Tests resulting in the fatal-error state are counted as failures, but are not currently reported in the text summary. This has already been fixed for JSON output. --- tester/rt/report.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tester/rt/report.py b/tester/rt/report.py index be8df74..0e