We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
stdin
1 parent 85c3536 commit df90bdeCopy full SHA for df90bde
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