diff options
| author | mo8it <mo8it@proton.me> | 2024-04-30 02:43:51 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-04-30 02:43:51 +0200 |
| commit | 3ae6c208b275dd17bb05f7fcdbb0090e40ba1325 (patch) | |
| tree | 062805238fc96464a406b87d629cf5898a5c3de9 /src | |
| parent | 563727f47f06cf79bbb40c4b4e7fda67b65fb40f (diff) | |
Disable the pretty format because of `--show-output`
Diffstat (limited to 'src')
| -rw-r--r-- | src/exercise.rs | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/exercise.rs b/src/exercise.rs index 37d33b7..4edf378 100644 --- a/src/exercise.rs +++ b/src/exercise.rs @@ -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. |
