Skip to content

Commit 9e328da

Browse files
authored
use -- --nocapture when testing
1 parent e336d04 commit 9e328da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/exercise.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ impl Exercise {
3838
Mode::Test => Command::new("rustc")
3939
.args(&["--test", self.path.to_str().unwrap(), "-o", &temp_file()])
4040
.args(RUSTC_COLOR_ARGS)
41+
.args(&["--" "--nocapture"])
4142
.output(),
4243
}
4344
.expect("Failed to run 'compile' command.")

0 commit comments

Comments
 (0)