* [PATCH] Keep track on which kernel the test suite has run
@ 2012-11-10 9:14 Gilles Espinasse
2012-11-19 0:10 ` NeilBrown
0 siblings, 1 reply; 2+ messages in thread
From: Gilles Espinasse @ 2012-11-10 9:14 UTC (permalink / raw)
To: linux-raid, neilb; +Cc: Gilles Espinasse
Signed-off-by: Gilles Espinasse <g.esp@free.fr>
---
test | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/test b/test
index 3f8515f..352c1e1 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
--
1.7.2.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Keep track on which kernel the test suite has run
2012-11-10 9:14 [PATCH] Keep track on which kernel the test suite has run Gilles Espinasse
@ 2012-11-19 0:10 ` NeilBrown
0 siblings, 0 replies; 2+ messages in thread
From: NeilBrown @ 2012-11-19 0:10 UTC (permalink / raw)
To: Gilles Espinasse; +Cc: linux-raid
[-- Attachment #1: Type: text/plain, Size: 622 bytes --]
On Sat, 10 Nov 2012 10:14:43 +0100 Gilles Espinasse <g.esp@free.fr> wrote:
> Signed-off-by: Gilles Espinasse <g.esp@free.fr>
> ---
> test | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/test b/test
> index 3f8515f..352c1e1 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
Applied,
Thanks,
NeilBrown
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 828 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-11-19 0:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-10 9:14 [PATCH] Keep track on which kernel the test suite has run Gilles Espinasse
2012-11-19 0:10 ` NeilBrown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).