- Deprecate --test-nocapture in favour of --test-show-output #2588.

This commit is contained in:
Christoffer Lerno
2025-11-24 11:46:06 +01:00
parent 98155b61f1
commit 1b49ebf855
6 changed files with 10 additions and 7 deletions

View File

@@ -222,6 +222,7 @@ $endif
case "--test-noleak":
check_leaks = false;
case "--test-nocapture":
case "--test-show-output":
context.is_no_capture = true;
case "--noansi":
context.has_ansi_codes = false;