summaryrefslogtreecommitdiffstats
path: root/cpukit/libtest
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-12-18 11:02:53 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-12-19 09:53:40 +0100
commitdb2495a9431278a07a5983b3c8cd0daaab72acb0 (patch)
treeae8217849ed17a71c896a71879b88e2262957400 /cpukit/libtest
parentdoxygen: CONFIGURE_JFFS2_DELAYED_WRITE_TASK_PRIORITY (diff)
downloadrtems-db2495a9431278a07a5983b3c8cd0daaab72acb0.tar.bz2
libtest: Change verbosity to normal
A verbose verbosity is not required for normal test suite runs. It may be used to debug test cases.
Diffstat (limited to 'cpukit/libtest')
-rw-r--r--cpukit/libtest/testrun.c2
1 files changed, 1 insertions, 1 deletions
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,