Re: [PATCH v3] coverage : Add support to run coverage in supported bsp without extra options

2018-07-10 Thread Vijay Kumar Banerjee
On 11 July 2018 at 02:49, Chris Johns wrote: > On 11/7/18 3:18 am, Vijay Kumar Banerjee wrote: > > On 10 July 2018 at 20:47, Gedare Bloom > > wrote: > > > > I don't see any problem with it, but I prefer to let Chris decide on > merging... > > > > Thank you for the

Re: [PATCH v3] coverage : Add support to run coverage in supported bsp without extra options

2018-07-10 Thread Chris Johns
On 11/7/18 3:18 am, Vijay Kumar Banerjee wrote: > On 10 July 2018 at 20:47, Gedare Bloom > wrote: > > I don't see any problem with it, but I prefer to let Chris decide on > merging... > > Thank you for the feedback :)  > Sorry for the delay in responding. I

Re: [PATCH v3] coverage : Add support to run coverage in supported bsp without extra options

2018-07-10 Thread Gedare Bloom
I don't see any problem with it, but I prefer to let Chris decide on merging... On Tue, Jul 10, 2018 at 8:11 AM, Vijay Kumar Banerjee wrote: > ping :) > > On 6 July 2018 at 02:08, Vijay Kumar Banerjee > wrote: >> >> Hello Chris, >> >> If you find some time, please review this patch. >> It's a

Re: [PATCH v3] coverage : Add support to run coverage in supported bsp without extra options

2018-07-10 Thread Vijay Kumar Banerjee
ping :) On 6 July 2018 at 02:08, Vijay Kumar Banerjee wrote: > Hello Chris, > > If you find some time, please review this patch. > It's a small patch but it's important since it affects how the command > will look like. > > please review if this patch is alright or we need to have a different >

Re: [PATCH v3] coverage : Add support to run coverage in supported bsp without extra options

2018-07-05 Thread Vijay Kumar Banerjee
Hello Chris, If you find some time, please review this patch. It's a small patch but it's important since it affects how the command will look like. please review if this patch is alright or we need to have a different approach. Thanks On 3 July 2018 at 20:30, Vijay Kumar Banerjee wrote: >

[PATCH v3] coverage : Add support to run coverage in supported bsp without extra options

2018-07-03 Thread Vijay Kumar Banerjee
Close #3440 --- tester/rt/test.py| 21 ++--- tester/rtems/testing/bsps/leon3-qemu-cov.ini | 1 + 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/tester/rt/test.py b/tester/rt/test.py index 9214ad6..5d25d82 100644 --- a/tester/rt/test.py