If failed to read the QEMU exit code, bootimage exits with the expected exit code specified in the test-success-exit-code config key. Instead, it should report an error when failing to read the QEMU exit code and never exit with the expected exit code.
If failed to read the QEMU exit code, bootimage exits with the expected exit code specified in the
test-success-exit-code
config key. Instead, it should report an error when failing to read the QEMU exit code and never exit with the expected exit code.Reported in https://github.com/phil-opp/blog_os/issues/591#issuecomment-549050272
Thanks to @jos-b and @bjorn3 for reporting and helping with debugging!