[PATCH 03/10] libtest: Report build hash
Sebastian Huber
sebastian.huber at embedded-brains.de
Wed Feb 24 13:57:23 UTC 2021
Update #4265.
---
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..c3b0e9394a 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:BuildHash:%s\n", rtems_get_build_hash());
#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