Re: [OE-core] [PATCH v5 06/13] go.bbclass: ptest cleanup and improvements

2019-06-28 Thread Yu, Mingli
On 2019年06月27日 19:34, Matt Madison wrote: On Wed, Jun 26, 2019 at 11:40 PM Yu, Mingli wrote: On 2019年06月26日 22:00, Matt Madison wrote: On Wed, Jun 26, 2019 at 2:02 AM Yu, Mingli wrote: On 2019年06月25日 20:23, Matt Madison wrote: On Fri, Jun 21, 2019 at 2:08 AM Yu, Mingli wrote: Hi

Re: [OE-core] [PATCH v5 06/13] go.bbclass: ptest cleanup and improvements

2019-06-27 Thread Matt Madison
On Wed, Jun 26, 2019 at 11:40 PM Yu, Mingli wrote: > > > > On 2019年06月26日 22:00, Matt Madison wrote: > > On Wed, Jun 26, 2019 at 2:02 AM Yu, Mingli wrote: > >> > >> > >> > >> On 2019年06月25日 20:23, Matt Madison wrote: > >>> On Fri, Jun 21, 2019 at 2:08 AM Yu, Mingli > >>> wrote: > >

Re: [OE-core] [PATCH v5 06/13] go.bbclass: ptest cleanup and improvements

2019-06-27 Thread Yu, Mingli
On 2019年06月26日 22:00, Matt Madison wrote: On Wed, Jun 26, 2019 at 2:02 AM Yu, Mingli wrote: On 2019年06月25日 20:23, Matt Madison wrote: On Fri, Jun 21, 2019 at 2:08 AM Yu, Mingli wrote: Hi Matt, I noticed your commit is the latest update for go-dep ptest. But the go-dep ptest doesn't

Re: [OE-core] [PATCH v5 06/13] go.bbclass: ptest cleanup and improvements

2019-06-26 Thread Matt Madison
On Wed, Jun 26, 2019 at 2:02 AM Yu, Mingli wrote: > > > > On 2019年06月25日 20:23, Matt Madison wrote: > > On Fri, Jun 21, 2019 at 2:08 AM Yu, Mingli wrote: > >> > >> Hi Matt, > >> > >> I noticed your commit is the latest update for go-dep ptest. But the > >> go-dep ptest doesn't work in my

Re: [OE-core] [PATCH v5 06/13] go.bbclass: ptest cleanup and improvements

2019-06-26 Thread Yu, Mingli
On 2019年06月25日 20:23, Matt Madison wrote: On Fri, Jun 21, 2019 at 2:08 AM Yu, Mingli wrote: Hi Matt, I noticed your commit is the latest update for go-dep ptest. But the go-dep ptest doesn't work in my environment. I'm trying to figure out what's wrong is here though I didn't know much

Re: [OE-core] [PATCH v5 06/13] go.bbclass: ptest cleanup and improvements

2019-06-25 Thread Matt Madison
On Fri, Jun 21, 2019 at 2:08 AM Yu, Mingli wrote: > > Hi Matt, > > I noticed your commit is the latest update for go-dep ptest. But the > go-dep ptest doesn't work in my environment. I'm trying to figure out > what's wrong is here though I didn't know much about go. I went back over the commits,

Re: [OE-core] [PATCH v5 06/13] go.bbclass: ptest cleanup and improvements

2019-06-21 Thread Yu, Mingli
Hi Matt, I noticed your commit is the latest update for go-dep ptest. But the go-dep ptest doesn't work in my environment. I'm trying to figure out what's wrong is here though I didn't know much about go. BTW, Could you help to check? root@qemux86-64:~# cd /usr/lib64/go-dep/ptest/

[OE-core] [PATCH v5 06/13] go.bbclass: ptest cleanup and improvements

2018-03-04 Thread Matt Madison
* Don't enable verbose test output (-test.v) by default, as it generates too much noise for automated results parsing * Override do_install_ptest_base in the bbclass, so recipes can provide their own modifications with do_install_ptest. * Improve the generated run-ptest script to better