[LTP] Test Anything Protocal output

2015-08-31 Thread dwalker
Hi, I read your January 2015 article where someone asked if TAP test output would be supported. It sounded like you were going to look into it. Did you make any progress? The reason I asked if because I was wanting the same feature and I was going to review the LTP code to see how hard it would

Re: [LTP] Test Anything Protocal output

2015-09-01 Thread dwalker
On Mon, Aug 31, 2015 at 12:22:44PM +0200, Cyril Hrubis wrote: > Hi! > > I read your January 2015 article where someone asked if TAP test output > > would be supported. It sounded like > > you were going to look into it. Did you make any progress? > > Unfortunately not yet. > > > The reason I ask

Re: [LTP] Test Anything Protocal output

2015-09-02 Thread dwalker
On Tue, Sep 01, 2015 at 05:42:29PM +0200, Cyril Hrubis wrote: > Hi! > > It looks like it could be changes in lib/tst_res.c line 404 in function > > tst_print(). > > There's other components to TAP but the change above it the biggest I think. > > Getting 90% working would be easy enough, the real