mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 05:52:23 -05:00
Disable the pretty format because of --show-output
This commit is contained in:
parent
563727f47f
commit
3ae6c208b2
1 changed files with 1 additions and 8 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue