Skip to content

Commit 7766ca7

Browse files
committed
Fix bug where gdb test failed if termianl size was too small, caused by pagination
Signed-off-by: Ludvig Liljenberg <[email protected]>
1 parent 6cfaefa commit 7766ca7

File tree

1 file changed

+1
-0
lines changed
  • src/hyperlight_host/examples/guest-debugging

1 file changed

+1
-0
lines changed

Diff for: src/hyperlight_host/examples/guest-debugging/main.rs

+1
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ mod tests {
155155

156156
let mut gdb = Command::new("rust-gdb")
157157
.arg("--nw")
158+
.arg("--batch")
158159
.arg("-x")
159160
.arg(cmd_file_path)
160161
.spawn()

0 commit comments

Comments
 (0)