diff options
| author | mo8it <mo8it@proton.me> | 2024-04-27 04:15:16 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-04-27 04:15:16 +0200 |
| commit | 2150d629b18b3ba2ccd05606e69dc8d171df1027 (patch) | |
| tree | e96c363f82e8f6e2fab4d4d412dea756c3d3108d | |
| parent | c82c3673245ca11d455b067c97fadda4a8406cb9 (diff) | |
Use --show-output instead of --nocapture
| -rw-r--r-- | src/exercise.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exercise.rs b/src/exercise.rs index 23dae6f..b62958b 100644 --- a/src/exercise.rs +++ b/src/exercise.rs @@ -108,7 +108,7 @@ impl Exercise { "--", "--color", "always", - "--nocapture", + "--show-output", "--format", "pretty", ], |
