Skip to content

Commit ce71264

Browse files
committed
fixup! [guest/{entrypoint,host_fxn_call,interrupts},host/outb] brought back panic info to abort
Signed-off-by: danbugs <[email protected]>
1 parent 6dec279 commit ce71264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hyperlight_host/tests/integration_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ fn guest_abort_with_context2() {
135135
.unwrap_err();
136136
println!("{:?}", res);
137137
assert!(
138-
matches!(res, HyperlightError::GuestAborted(_, context) if context.contains(&abort_message[..400]))
138+
matches!(res, HyperlightError::GuestAborted(_, context) if context.contains("Guest abort buffer overflowed"))
139139
);
140140
}
141141

0 commit comments

Comments
 (0)