diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/exercise.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exercise.rs b/src/exercise.rs index e0c6ce7c8..a886d2f 100644 --- a/src/exercise.rs +++ b/src/exercise.rs @@ -38,6 +38,7 @@ impl Exercise { Mode::Test => Command::new("rustc") .args(&["--test", self.path.to_str().unwrap(), "-o", &temp_file()]) .args(RUSTC_COLOR_ARGS) + .args(&["--" "--nocapture"]) .output(), } .expect("Failed to run 'compile' command.") |
