From: Chris Brown <77508021+peakschris@users.noreply.github.com> Date: Sat, 9 Aug 2025 19:28:34 +0000 (-0400) Subject: increase test verbosity X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9e7af6f21cae4f4f910ba01c2cf57492a25d8a1a;p=thirdparty%2Flibarchive.git increase test verbosity --- diff --git a/test_utils/test_main.c b/test_utils/test_main.c index 486985355..28d6f1a95 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 = 0; +static int verbosity = 2; #define VERBOSITY_SUMMARY_ONLY -1 /* -q */ #define VERBOSITY_PASSFAIL 0 /* Default */ #define VERBOSITY_LIGHT_REPORT 1 /* -v */