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(-)

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,
-- 
2.35.3

_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to