summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGilles Espinasse <g.esp@free.fr>2012-11-10 10:14:43 +0100
committerNeilBrown <neilb@suse.de>2012-11-20 12:12:03 +1100
commit98a92cff5a5120483dea7e51fa10ebb05f7826da (patch)
tree5ab69a86df24fb521e101dc80e51fc15e7b2a611 /test
parent3c309c82699ae3bebc716dbd5abea079dd41184a (diff)
Keep track on which kernel the test suite has run
Signed-off-by: Gilles Espinasse <g.esp@free.fr> Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'test')
-rwxr-xr-xtest2
1 files changed, 2 insertions, 0 deletions
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