Re: [OE-core] [PATCH] libevent: don't treat test stats line as pass/fail in ptest

2019-09-09 Thread Richard Purdie
On Mon, 2019-09-09 at 11:16 -0400, Trevor Gamblin wrote: > From: Trevor Gamblin > > The libevent "regress" test outputs its own pass/fail results, > e.g. "2/300 TESTS FAILED. (31 skipped)", which will be > miscounted as an extra test fail in the ptest log. Fixed this > to ignore the libevent

Re: [OE-core] [PATCH] libevent: don't treat test stats line as pass/fail in ptest

2019-09-09 Thread Trevor Gamblin
On 9/9/19 11:16 AM, Trevor Gamblin wrote: From: Trevor Gamblin The libevent "regress" test outputs its own pass/fail results, e.g. "2/300 TESTS FAILED. (31 skipped)", which will be miscounted as an extra test fail in the ptest log. Fixed this to ignore the libevent results line when counting

[OE-core] [PATCH] libevent: don't treat test stats line as pass/fail in ptest

2019-09-09 Thread Trevor Gamblin
From: Trevor Gamblin The libevent "regress" test outputs its own pass/fail results, e.g. "2/300 TESTS FAILED. (31 skipped)", which will be miscounted as an extra test fail in the ptest log. Fixed this to ignore the libevent results line when counting actual pass/fail results. Also removed the