[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

@@ -8,4 +8,4 @@ set -x
PROJECT=qemu-virt-m68k-test
$DIR/make-parallel $PROJECT
qemu-system-m68k -machine virt -cpu m68040 -kernel build-${PROJECT}/lk.elf -nographic $@
exec qemu-system-m68k -machine virt -cpu m68040 -kernel build-${PROJECT}/lk.elf -nographic $@