1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-09-16 10:51:42 +02: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

View File

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