Disable the pretty format because of --show-output

This commit is contained in:
mo8it 2024-04-30 02:43:51 +02:00
parent 563727f47f
commit 3ae6c208b2

View file

@ -105,14 +105,7 @@ impl Exercise {
let test_success = CargoCmd { let test_success = CargoCmd {
subcommand: "test", subcommand: "test",
args: &[ args: &["--", "--color", "always", "--show-output"],
"--",
"--color",
"always",
"--show-output",
"--format",
"pretty",
],
exercise_name: self.name, exercise_name: self.name,
description: "cargo test …", description: "cargo test …",
// Hide warnings because they are shown by Clippy. // Hide warnings because they are shown by Clippy.