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