[rtems commit] libtest: Report build label

Sebastian Huber sebh at rtems.org
Fri Feb 26 08:25:53 UTC 2021


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Feb 23 10:58:08 2021 +0100

libtest: Report build label

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 02f5903..fa7c198 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



More information about the vc mailing list