Skip to content

Commit df90bde

Browse files
committed
Test framework: Don't inherit stdin when spawning QEMU
1 parent 85c3536 commit df90bde

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/runner/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ where
124124

125125
run_cmd.stdout(Stdio::piped());
126126
run_cmd.stderr(Stdio::piped());
127+
run_cmd.stdin(Stdio::null());
127128

128129
let mut child = run_cmd.spawn().unwrap();
129130

0 commit comments

Comments
 (0)