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>
This commit is contained in:
Gilles Espinasse 2012-11-10 10:14:43 +01:00 committed by NeilBrown
parent 3c309c8269
commit 98a92cff5a
1 changed files with 2 additions and 0 deletions

2
test
View File

@ -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