From: Gilles Espinasse Date: Sat, 10 Nov 2012 09:14:43 +0000 (+0100) Subject: Keep track on which kernel the test suite has run X-Git-Tag: mdadm-3.3-rc1~146 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98a92cff5a5120483dea7e51fa10ebb05f7826da;p=thirdparty%2Fmdadm.git Keep track on which kernel the test suite has run Signed-off-by: Gilles Espinasse Signed-off-by: NeilBrown --- diff --git a/test b/test index b381f008..1792e1d5 100755 --- a/test +++ b/test @@ -21,6 +21,8 @@ logdir="$testdir/logs" logsave=0 exitonerror=1 +echo "Testing on linux-$(uname -r) kernel" + # Check whether to run multipath tests modprobe multipath 2> /dev/null if grep -s 'Personalities : .*multipath' > /dev/null /proc/mdstat ; then