All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cr_tests: report kernel version
@ 2010-02-22 18:19 Nathan Lynch
       [not found] ` <1266862778-13323-1-git-send-email-ntl-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Nathan Lynch @ 2010-02-22 18:19 UTC (permalink / raw)
  To: Serge Hallyn; +Cc: containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA

When reviewing test logs, it's convenient to have a record of the
kernel version, especially with the LOCALVERSION_AUTO git id string.

Signed-off-by: Nathan Lynch <ntl-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org>
---
 runall.sh |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/runall.sh b/runall.sh
index d2e08f9..6b07d17 100644
--- a/runall.sh
+++ b/runall.sh
@@ -49,6 +49,9 @@ if [ $? -eq 0 ]; then
 	exit 1
 fi
 
+echo Testing kernel version $(uname -r)
+echo
+
 echo Running simple checkpoint/restart test
 pushd simple
 bash runtests.sh
-- 
1.6.0.6

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

end of thread, other threads:[~2010-02-22 18:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-22 18:19 [PATCH] cr_tests: report kernel version Nathan Lynch
     [not found] ` <1266862778-13323-1-git-send-email-ntl-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org>
2010-02-22 18:51   ` Serge E. Hallyn

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.