All of lore.kernel.org
 help / color / mirror / Atom feed
From: cem@kernel.org
To: fstests@vger.kernel.org
Subject: [PATCH] Log kernel version in check.log
Date: Wed, 22 May 2024 13:33:38 +0200	[thread overview]
Message-ID: <20240522113408.392468-1-cem@kernel.org> (raw)

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


             reply	other threads:[~2024-05-22 11:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-22 11:33 cem [this message]
2024-05-22 14:42 ` [PATCH] Log kernel version in check.log Darrick J. Wong
2024-05-22 19:37   ` Zorro Lang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240522113408.392468-1-cem@kernel.org \
    --to=cem@kernel.org \
    --cc=fstests@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.