Skip to content

Commit 35c3d0b

Browse files
committed
Revert --nocapture flag
This closes #149 and #152
1 parent 0279294 commit 35c3d0b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/exercise.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ impl Exercise {
4545

4646
pub fn run(&self) -> Output {
4747
Command::new(&temp_file())
48-
.args(&["--", "--nocapture"])
4948
.output()
5049
.expect("Failed to run 'run' command")
5150
}

0 commit comments

Comments
 (0)