diff options
author | Paul E. McKenney | 2014-09-12 09:19:29 -0700 |
---|---|---|
committer | Paul E. McKenney | 2014-09-16 13:41:41 -0700 |
commit | 0acf0153169768a5d672fdcb163279bd05f94ef2 (patch) | |
tree | c409e40dbb3cefb09ecaf3ada8f83d00c6a7cab0 /tools/testing | |
parent | 630952c22b04ada7e88ad93b87ad893cd818cc6b (diff) |
locktorture: Make torture scripting account for new _runnable name
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Diffstat (limited to 'tools/testing')
-rw-r--r-- | tools/testing/selftests/rcutorture/configs/lock/ver_functions.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/rcutorture/configs/lock/ver_functions.sh b/tools/testing/selftests/rcutorture/configs/lock/ver_functions.sh index 9746ea1cd6c7..252aae618984 100644 --- a/tools/testing/selftests/rcutorture/configs/lock/ver_functions.sh +++ b/tools/testing/selftests/rcutorture/configs/lock/ver_functions.sh @@ -38,6 +38,6 @@ per_version_boot_params () { echo $1 `locktorture_param_onoff "$1" "$2"` \ locktorture.stat_interval=15 \ locktorture.shutdown_secs=$3 \ - locktorture.locktorture_runnable=1 \ + locktorture.torture_runnable=1 \ locktorture.verbose=1 } |