Skip to content

Commit

Permalink
test(xtask): always require QEMU debug exit
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kröning <martin.kroening@eonerc.rwth-aachen.de>
  • Loading branch information
mkroening committed Apr 4, 2024
1 parent a27f580 commit 9457dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xtask/src/ci/qemu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,6 @@ trait ExitStatusExt {

impl ExitStatusExt for ExitStatus {
fn qemu_success(&self) -> bool {
self.success() || self.code() == Some(3)
self.code() == Some(3)
}
}

0 comments on commit 9457dac

Please sign in to comment.