summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorliv <819880950@qq.com>2019-05-07 12:31:02 +0200
committerliv <819880950@qq.com>2019-05-07 12:31:02 +0200
commit35c3d0b3fc877a9ed81a16f0f73c26eab22dfd7a (patch)
tree8151b360fc068868f17cd471d8e72b05c7781676 /src
parent02792949727e510aedbb09acaf7cd5de120920d4 (diff)
Revert --nocapture flag
This closes #149 and #152
Diffstat (limited to 'src')
-rw-r--r--src/exercise.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/exercise.rs b/src/exercise.rs
index 3ba2567..e0c6ce7c8 100644
--- a/src/exercise.rs
+++ b/src/exercise.rs
@@ -45,7 +45,6 @@ impl Exercise {
pub fn run(&self) -> Output {
Command::new(&temp_file())
- .args(&["--", "--nocapture"])
.output()
.expect("Failed to run 'run' command")
}