[rtems commit] libtest: Change verbosity to normal

Sebastian Huber sebh at rtems.org
Wed Dec 20 08:14:51 UTC 2023


Module:    rtems
Branch:    master
Commit:    db2495a9431278a07a5983b3c8cd0daaab72acb0
Changeset: http://git.rtems.org/rtems/commit/?id=db2495a9431278a07a5983b3c8cd0daaab72acb0

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon Dec 18 11:02:53 2023 +0100

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

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,



More information about the vc mailing list