Re: [PATCH] Add JSON log generation

2019-08-16 Thread Chris Johns
On 17/8/19 12:49 am, Kinsey Moore wrote: > This adds JSON log generation to the test infrastructure for consumption > by automated processes or report generators. Awesome change!! Thanks. > --- > tester/rt/test.py | 66 > +++ > 1 file changed,

[PATCH] Add JSON log generation

2019-08-16 Thread Kinsey Moore
This adds JSON log generation to the test infrastructure for consumption by automated processes or report generators. --- tester/rt/test.py | 66 +++ 1 file changed, 66 insertions(+) diff --git a/tester/rt/test.py b/tester/rt/test.py index da0a1