We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f975de9 commit f44557cCopy full SHA for f44557c
tests/runner/src/lib.rs
@@ -79,7 +79,7 @@ pub fn run_test_kernel_on_uefi_pxe(kernel_binary_path: &str) {
79
80
match child_output.status.code() {
81
Some(33) => {} // success
82
- Some(35) => panic!("Test failed"), // success
+ Some(35) => panic!("Test failed"),
83
other => panic!("Test failed with unexpected exit code `{:?}`", other),
84
}
85
0 commit comments