浏览代码

torture: Inflict default jitter

This commit enables jitter by default.  It may be manually disabled
by passing "--jitter 0" to kvm.sh.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Paul E. McKenney 9 年之前
父节点
当前提交
65cbea5bbd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tools/testing/selftests/rcutorture/bin/kvm.sh

+ 1 - 1
tools/testing/selftests/rcutorture/bin/kvm.sh

@@ -48,7 +48,7 @@ resdir=""
 configs=""
 configs=""
 cpus=0
 cpus=0
 ds=`date +%Y.%m.%d-%H:%M:%S`
 ds=`date +%Y.%m.%d-%H:%M:%S`
-jitter=0
+jitter="-1"
 
 
 . functions.sh
 . functions.sh