[PATCH] coverage : Add support to run coverage in supported bsp without extra options
Chris Johns
chrisj at rtems.org
Sun Jun 24 02:35:05 UTC 2018
On 23/06/2018 05:10, Vijay Kumar Banerjee wrote:
> I'm running rtems-test with the following command
>
> $HOME/development/rtems/test/rtems-tools/tester/rtems-test \
> --rtems-tools=$HOME/development/rtems/5 --log=coverage_analysis.log \
> --no-clean --coverage=score --rtems-bsp=leon3-qemu-cov \
> /home/lunatic/development/rtems/kernel/leon3/sparc-rtems5/c/leon3/testsuites/samples
>
> I'm getting this error
>
> ---------
> error: coverage: covoar failure:: -11
This is printed by coverage.py. I cannot see what generates 11 as an exit code.
I have changed coverage to _not_ dump trace data by default. Please add the
following option:
--debug-trace=cov
and see what the issue is.
Thanks
Chris
More information about the devel
mailing list