Re: [PATCH] Coverage: add the style and js files to the symbol-set report directory

2018-10-28 Thread Vijay Kumar Banerjee
I could run with copy_tree using this workaround === diff --git a/rtemstoolkit/path.py b/rtemstoolkit/path.py index 760f4bd..df553b3 100644 --- a/rtemstoolkit/path.py +++ b/rtemstoolkit/path.py @@ -191,10 +191,10 @@ def copy_tree(src, dst): hsrc = host(src)

Re: [PATCH] Coverage : Generate reports using the object files in cpukit

2018-10-28 Thread Vijay Kumar Banerjee
ping Chris. :) On Fri, 26 Oct 2018 at 02:22, Vijay Kumar Banerjee wrote: > > > > On Fri, 26 Oct 2018 at 02:19, Joel Sherrill wrote: > >> Pushed. >> >> When Chris digs out from the python/python2/python3 mess, hopefully he >> can figure out why the code throws an exception for some object files.

Re: [PATCH] Coverage: add the style and js files to the symbol-set report directory

2018-10-28 Thread Vijay Kumar Banerjee
On Sun, 28 Oct 2018 at 15:46, Chris Johns wrote: > On 28/10/18 8:33 pm, Vijay Kumar Banerjee wrote: > > On Sun, 28 Oct 2018 at 09:00, Chris Johns > > wrote: > > > > On 27/10/18 5:13 am, Vijay Kumar Banerjee wrote: > > > --- > > > tester/rt/coverage.py | 1

Re: [PATCH] Coverage: add the style and js files to the symbol-set report directory

2018-10-28 Thread Chris Johns
On 28/10/18 8:33 pm, Vijay Kumar Banerjee wrote: On Sun, 28 Oct 2018 at 09:00, Chris Johns > wrote: On 27/10/18 5:13 am, Vijay Kumar Banerjee wrote: > --- >   tester/rt/coverage.py | 17 - >   1 file changed, 4 insertions(+), 13 deletion

Re: [PATCH] Coverage: add the style and js files to the symbol-set report directory

2018-10-28 Thread Vijay Kumar Banerjee
On Sun, 28 Oct 2018 at 09:00, Chris Johns wrote: > On 27/10/18 5:13 am, Vijay Kumar Banerjee wrote: > > --- > > tester/rt/coverage.py | 17 - > > 1 file changed, 4 insertions(+), 13 deletions(-) > > > > diff --git a/tester/rt/coverage.py b/tester/rt/coverage.py > > index 978a8c