[scripts] make sure all the do-qemu* scripts exec qemu as the last line

This helps a wrapper script test for proper exit.
This commit is contained in:
Travis Geiselbrecht
2025-10-01 23:33:25 -07:00
parent ad6ef65a5a
commit e3ffad684f
7 changed files with 7 additions and 8 deletions

View File

@@ -6,4 +6,4 @@ set -e
set -x
$DIR/make-parallel qemu-microblaze-test
qemu-system-microblaze -kernel build-qemu-microblaze-test/lk.elf -nographic $@
exec qemu-system-microblaze -kernel build-qemu-microblaze-test/lk.elf -nographic $@