use -- --nocapture when testing

pull/154/head
liv 6 years ago committed by GitHub
parent e336d04c79
commit 9e328da641
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save