<div dir="ltr"><div dir="ltr"><br><br><br><div class="gmail_quote"><div dir="ltr">On Fri, 23 Nov 2018 at 15:09, Chris Johns <<a href="mailto:chrisj@rtems.org">chrisj@rtems.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 23/11/18 7:32 pm, Vijay Kumar Banerjee wrote:<br>
> Hi,<br>
> I was trying to run coverage with rtems-test on a fresh install, and faced<br>
> the following errors. This is strange as everything was working and I can't<br>
> figure out what went wrong.<br>
> Also, I don't see covoar executable in the covoar/ directory.<br>
> <br>
> I'm using Python 2.7.15<br>
<br>
Are you sure? The latest version selects the python used.<br>
<br></blockquote><div>`python --version` returns 2.7.15<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
If you do ...<br>
<br>
 $ export RTEMS_PYTHON_OVERRIDE=python2 <br></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
... does it work?<br>
<br></blockquote><div>Yes, this worked. Now I see  </div><div><br></div><div>error: coverage: covoar not found</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
> ========================================<br>
> Traceback (most recent call last):<br>
>   File "/home/lunatic/development/rtems/rtems-tools/tester/rt/coverage.py", line<br>
> 263, in parse<br>
>     ss = ss.replace('@BSP@', self.bsp_name)<br>
> TypeError: a bytes-like object is required, not 'str'<br>
> <br>
> During handling of the above exception, another exception occurred:<br>
> <br>
<br>
This smells of a python3 type issue.<br>
<br>
Chris<br>
</blockquote></div></div></div>