summaryrefslogtreecommitdiff
path: root/tester/rtems/testing/qemu.cfg
diff options
context:
space:
mode:
authorVijay Kumar Banerjee <vijaykumar9597@gmail.com>2018-06-05 02:14:43 +0530
committerJoel Sherrill <joel@rtems.org>2018-06-05 18:09:19 -0500
commitb762312fae672e1ae8b47e4581f445020d47245f (patch)
tree5063b115a68fc4b504a9fdce55a42e2f5a22de9e /tester/rtems/testing/qemu.cfg
parent99c49746d1a4c01f1017f2d65e5b044e140fddbe (diff)
tester: Add script to generate html coverage report from covoar output
Add support in tester to run covoar and generate an html report to display the summary of the coverage reports generated from covoar. Co-authored-by : Cillian O'Donnell <cpodonnell8@gmail.com>
Diffstat (limited to '')
-rw-r--r--tester/rtems/testing/qemu.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/tester/rtems/testing/qemu.cfg b/tester/rtems/testing/qemu.cfg
index bfcd2f5..52a3752 100644
--- a/tester/rtems/testing/qemu.cfg
+++ b/tester/rtems/testing/qemu.cfg
@@ -51,8 +51,8 @@
#
# Qemu common option patterns.
#
-#%define qemu_opts_base -no-reboot -monitor none -serial stdio -nographic
-%define qemu_opts_base -no-reboot -serial null -serial mon:stdio -nographic
+%define qemu_opts_base -no-reboot -monitor none -serial stdio -nographic
+#%define qemu_opts_base -no-reboot -serial null -serial mon:stdio -nographic
%define qemu_opts_no_net -net none
#