mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-01 16:03:31 +02:00
Disable the pretty format because of --show-output
This commit is contained in:
+1
-8
@@ -105,14 +105,7 @@ impl Exercise {
|
||||
|
||||
let test_success = CargoCmd {
|
||||
subcommand: "test",
|
||||
args: &[
|
||||
"--",
|
||||
"--color",
|
||||
"always",
|
||||
"--show-output",
|
||||
"--format",
|
||||
"pretty",
|
||||
],
|
||||
args: &["--", "--color", "always", "--show-output"],
|
||||
exercise_name: self.name,
|
||||
description: "cargo test …",
|
||||
// Hide warnings because they are shown by Clippy.
|
||||
|
||||
Reference in New Issue
Block a user