[Devel] [PATCH] cr_tests: report kernel version

Nathan Lynch ntl at pobox.com
Mon Feb 22 10:19:38 PST 2010


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 at pobox.com>
---
 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

_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers




More information about the Devel mailing list