Skip to content

Commit

Permalink
Revert --nocapture flag
Browse files Browse the repository at this point in the history
  • Loading branch information
komaeda committed May 7, 2019
1 parent 0279294 commit 35c3d0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/exercise.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ impl Exercise {

pub fn run(&self) -> Output {
Command::new(&temp_file())
.args(&["--", "--nocapture"])
.output()
.expect("Failed to run 'run' command")
}
Expand Down

0 comments on commit 35c3d0b

Please sign in to comment.