]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
Keep track on which kernel the test suite has run
authorGilles Espinasse <g.esp@free.fr>
Sat, 10 Nov 2012 09:14:43 +0000 (10:14 +0100)
committerNeilBrown <neilb@suse.de>
Tue, 20 Nov 2012 01:12:03 +0000 (12:12 +1100)
Signed-off-by: Gilles Espinasse <g.esp@free.fr>
Signed-off-by: NeilBrown <neilb@suse.de>
test

diff --git a/test b/test
index b381f0088b9a45f2516f94475d32338cd1ba0464..1792e1d53716f1442d7caa044e47b2d385974218 100755 (executable)
--- 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