mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 14:02:22 -05:00
use -- --nocapture when testing
This commit is contained in:
parent
e336d04c79
commit
9e328da641
1 changed files with 1 additions and 0 deletions
|
@ -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.")
|
||||
|
|
Loading…
Reference in a new issue