[PATCH 1/2] libtest: Change verbosity to normal
Sebastian Huber
sebastian.huber at embedded-brains.de
Mon Dec 18 10:05:00 UTC 2023
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
More information about the devel
mailing list