Revert --nocapture flag

This closes #149 and #152
pull/154/head
liv 5 years ago
parent 0279294972
commit 35c3d0b3fc

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

Loading…
Cancel
Save