We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 85c3536 + df90bde commit 42fbc66Copy full SHA for 42fbc66
1 file changed
tests/runner/src/lib.rs
@@ -124,6 +124,7 @@ where
124
125
run_cmd.stdout(Stdio::piped());
126
run_cmd.stderr(Stdio::piped());
127
+ run_cmd.stdin(Stdio::null());
128
129
let mut child = run_cmd.spawn().unwrap();
130
0 commit comments