1
0
Fork 0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-05-26 05:46:07 +02:00

Revert --nocapture flag

This closes #149 and #152
This commit is contained in:
liv 2019-05-07 12:31:02 +02:00
parent 0279294972
commit 35c3d0b3fc

View File

@ -45,7 +45,6 @@ impl Exercise {
pub fn run(&self) -> Output {
Command::new(&temp_file())
.args(&["--", "--nocapture"])
.output()
.expect("Failed to run 'run' command")
}