rust-osdev / bootimage

Tool to create bootable disk images from a Rust OS kernel.
Apache License 2.0
765 stars 67 forks source link

Don't exit with expected exit code when failed to read QEMU exit code #47

Closed phil-opp closed 5 years ago

phil-opp commented 5 years ago

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!

phil-opp commented 5 years ago

Published as version 0.7.8.