mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-21 13:32: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 {
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue