<div dir="ltr"><div><div><div><div><div><div>Hi,<br><br></div>I'm trying to run rtems-test for pc386 with the added --coverage tag for couverture-qemu. All tests default to dry-run because of errors in qemu.cfg<br><br>error: qemu.cfg:81: execute failed: qemu-system-i386 -m 128 -boot b -hda /home/cpod/development/rtems/test/rtems-tools/tester/rtems/testing/coverage/rtems-boot.img -no-reboot -serial null -serial mon:stdio -nographic -append "--console=com1;boot;" -kernel /home/cpod/development/rtems/pc386/i386-rtems4.12/c/pc386/testsuites/samples/unlimited/unlimited.exe -exec-trace coverage/unlimited.exe.cov: exit-code:2<br>warning: switched to dry run due to errors<br><br></div>The exit code I believe refers to 'no such file or directory'. In qemu.cfg the line is:<br><br>%execute %{qemu_cmd} %{qemu_opts} -kernel %{test_executable} %{coverage_arg}<br><br></div>It's a bit tricky to trace those macros back to different files and see what they have. Is there any way to just print those out when it runs so I can take a look at them.<br><br></div>I tried %print %{qemu_cmd} and  %echo %{qemu_cmd}. Is there any way to do this in a config file?<br><br></div>Thanks,<br><br></div>Cillian.<br></div>