Re: [PATCH v2] Add JSON log generation

2019-08-20 Thread Chris Johns
On 20/8/19 11:22 pm, Kinsey Moore wrote: >> -Original Message- >> From: Chris Johns >> Sent: Monday, August 19, 2019 17:33 >> To: Kinsey Moore ; devel@rtems.org >> Subject: Re: [PATCH v2] Add JSON log generation >> >> On 20/8/19 2:13 am, Kinsey Mo

RE: [PATCH v2] Add JSON log generation

2019-08-20 Thread Kinsey Moore
> -Original Message- > From: Chris Johns > Sent: Monday, August 19, 2019 17:33 > To: Kinsey Moore ; devel@rtems.org > Subject: Re: [PATCH v2] Add JSON log generation > > On 20/8/19 2:13 am, Kinsey Moore wrote: > > Add log formatter hooks and JSO

Re: [PATCH v2] Add JSON log generation

2019-08-19 Thread Chris Johns
On 20/8/19 2:13 am, Kinsey Moore wrote: > Add log formatter hooks and JSON log formatter to the test infrastructure > for consumption by automated processes or report generators. > --- > tester/rt/test.py | 84 > +++ > 1 file changed, 84 inserti

[PATCH v2] Add JSON log generation

2019-08-19 Thread Kinsey Moore
Add log formatter hooks and JSON log formatter to the test infrastructure for consumption by automated processes or report generators. --- tester/rt/test.py | 84 +++ 1 file changed, 84 insertions(+) diff --git a/tester/rt/test.py b/tester/rt/te