All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Log kernel version in check.log
@ 2024-05-22 11:33 cem
  2024-05-22 14:42 ` Darrick J. Wong
  0 siblings, 1 reply; 3+ messages in thread
From: cem @ 2024-05-22 11:33 UTC (permalink / raw)
  To: fstests

From: Carlos Maiolino <cem@kernel.org>

After collecting several xfstests runs, it's useful to keep track on
which kernel a specific run happened.

Signed-off-by: Carlos Maiolino <cmaiolino@redhat.com>
---
 check | 1 +
 1 file changed, 1 insertion(+)

diff --git a/check b/check
index c6dba89b..7703c128 100755
--- a/check
+++ b/check
@@ -478,6 +478,7 @@ _wrapup()
 		fi
 
 		_global_log ""
+		_global_log "Kernel version: $(uname -r)"
 		_global_log "$(date)"
 
 		echo "SECTION       -- $section" >>$tmp.summary
-- 
2.45.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-05-22 19:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-22 11:33 [PATCH] Log kernel version in check.log cem
2024-05-22 14:42 ` Darrick J. Wong
2024-05-22 19:37   ` Zorro Lang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.