[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:
@@ -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 $@
|
||||
|
||||
Reference in New Issue
Block a user