From e099b418e3a1d1b7251701f865bc3901352eb5b4 Mon Sep 17 00:00:00 2001 From: Chris Brown <77508021+peakschris@users.noreply.github.com> Date: Sat, 9 Aug 2025 16:43:55 -0400 Subject: [PATCH] revert test verbosity change --- test_utils/test_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_utils/test_main.c b/test_utils/test_main.c index 28d6f1a95..486985355 100644 --- a/test_utils/test_main.c +++ b/test_utils/test_main.c @@ -375,7 +375,7 @@ static int fail_if_tests_skipped = 0; /* Default is to run the specified tests once and report errors. */ static int until_failure = 0; /* Default is to just report pass/fail for each test. */ -static int verbosity = 2; +static int verbosity = 0; #define VERBOSITY_SUMMARY_ONLY -1 /* -q */ #define VERBOSITY_PASSFAIL 0 /* Default */ #define VERBOSITY_LIGHT_REPORT 1 /* -v */ -- 2.47.3