Skip to content

Commit

Permalink
Allows qemu to inherit stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
ultimaweapon committed Dec 1, 2024
1 parent 246a8c6 commit 23519ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion testing/src/qemu/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ fn run_test(root: &Path, target: &str, config: &QemuConfig) {

qemu.stdin(Stdio::null())
.stdout(Stdio::piped())
.stderr(Stdio::null())
.arg("-nographic")
.arg("-drive")
.arg(format!(
Expand Down

0 comments on commit 23519ee

Please sign in to comment.