[PATCH 2/2] libtest: Report build label

Sebastian Huber sebastian.huber at embedded-brains.de
Thu Feb 25 15:17:19 UTC 2021


Update #4269.
---
 cpukit/libtest/t-test.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cpukit/libtest/t-test.c b/cpukit/libtest/t-test.c
index 02f59033d4..fa7c1985ba 100644
--- a/cpukit/libtest/t-test.c
+++ b/cpukit/libtest/t-test.c
@@ -840,6 +840,7 @@ T_system(T_context *ctx)
 	T_do_log(ctx, T_QUIET, "S:Compiler:" __VERSION__ "\n");
 	T_do_log(ctx, T_QUIET, "S:Version:%s\n", rtems_version());
 	T_do_log(ctx, T_QUIET, "S:BSP:%s\n", rtems_board_support_package());
+	T_do_log(ctx, T_QUIET, "S:BuildLabel:%s\n", rtems_get_build_label());
 #if RTEMS_DEBUG
 	T_do_log(ctx, T_QUIET, "S:RTEMS_DEBUG:1\n");
 #else
-- 
2.26.2



More information about the devel mailing list