diff options
| author | liv <819880950@qq.com> | 2019-05-07 12:31:02 +0200 |
|---|---|---|
| committer | liv <819880950@qq.com> | 2019-05-07 12:31:02 +0200 |
| commit | 35c3d0b3fc877a9ed81a16f0f73c26eab22dfd7a (patch) | |
| tree | 8151b360fc068868f17cd471d8e72b05c7781676 | |
| parent | 02792949727e510aedbb09acaf7cd5de120920d4 (diff) | |
Revert --nocapture flag
This closes #149 and #152
| -rw-r--r-- | src/exercise.rs | 1 |
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") } |
