From 35c3d0b3fc877a9ed81a16f0f73c26eab22dfd7a Mon Sep 17 00:00:00 2001
From: liv <819880950@qq.com>
Date: Tue, 7 May 2019 12:31:02 +0200
Subject: [PATCH] Revert --nocapture flag

This closes #149 and #152
---
 src/exercise.rs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/exercise.rs b/src/exercise.rs
index 3ba2567f..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")
     }