From db2495a9431278a07a5983b3c8cd0daaab72acb0 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 18 Dec 2023 11:02:53 +0100 Subject: libtest: Change verbosity to normal A verbose verbosity is not required for normal test suite runs. It may be used to debug test cases. --- cpukit/libtest/testrun.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libtest') diff --git a/cpukit/libtest/testrun.c b/cpukit/libtest/testrun.c index 5b2eb61596..e7be6e91a7 100644 --- a/cpukit/libtest/testrun.c +++ b/cpukit/libtest/testrun.c @@ -66,7 +66,7 @@ static const T_config config = { .buf = buffer, .buf_size = sizeof( buffer ), .putchar = T_putchar_default, - .verbosity = T_VERBOSE, + .verbosity = T_NORMAL, .now = T_now_clock, .allocate = malloc, .deallocate = free, -- cgit v1.2.3