aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/rcutorture/bin/kvm-recheck.sh
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>2016-01-11 13:13:12 -0800
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>2016-03-31 13:37:36 -0700
commitfd35be623a1534bde57029c429b206d6c22a1ef6 (patch)
tree2bc128fbd9e4d8b353be10d2166feb9a5f27fbe2 /tools/testing/selftests/rcutorture/bin/kvm-recheck.sh
parentrcu: Consolidate dumping of ftrace buffer (diff)
downloadlinux-dev-fd35be623a1534bde57029c429b206d6c22a1ef6.tar.xz
linux-dev-fd35be623a1534bde57029c429b206d6c22a1ef6.zip
rcutorture: Update scripting to accommodate rcuperf
This commit adds the scripting changes to add support for the shiny new rcuperf kernel module. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Diffstat (limited to 'tools/testing/selftests/rcutorture/bin/kvm-recheck.sh')
-rwxr-xr-xtools/testing/selftests/rcutorture/bin/kvm-recheck.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/testing/selftests/rcutorture/bin/kvm-recheck.sh b/tools/testing/selftests/rcutorture/bin/kvm-recheck.sh
index d86bdd6b6cc2..f659346d3358 100755
--- a/tools/testing/selftests/rcutorture/bin/kvm-recheck.sh
+++ b/tools/testing/selftests/rcutorture/bin/kvm-recheck.sh
@@ -48,7 +48,10 @@ do
cat $i/Make.oldconfig.err
fi
parse-build.sh $i/Make.out $configfile
- parse-torture.sh $i/console.log $configfile
+ if test "$TORTURE_SUITE" != rcuperf
+ then
+ parse-torture.sh $i/console.log $configfile
+ fi
parse-console.sh $i/console.log $configfile
if test -r $i/Warnings
then