1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-11-08 09:09:17 +01:00

Use --show-output instead of --nocapture

This commit is contained in:
mo8it 2024-04-27 04:15:16 +02:00
parent c82c367324
commit 2150d629b1

@ -108,7 +108,7 @@ impl Exercise {
"--",
"--color",
"always",
"--nocapture",
"--show-output",
"--format",
"pretty",
],