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
1 changed files with 0 additions and 1 deletions

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")
}