summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/exercise.rs9
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.