浏览代码

rcutorture: Update kvm.sh header comment

The kvm.sh header comment is a bit of a relic, so this commit brings
it up to date.

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

+ 3 - 5
tools/testing/selftests/rcutorture/bin/kvm.sh

@@ -1,10 +1,8 @@
 #!/bin/bash
 #!/bin/bash
 #
 #
-# Run a series of 14 tests under KVM.  These are not particularly
-# well-selected or well-tuned, but are the current set.
-#
-# Edit the definitions below to set the locations of the various directories,
-# as well as the test duration.
+# Run a series of tests under KVM.  By default, this series is specified
+# by the relevant CFLIST file, but can be overridden by the --configs
+# command-line argument.
 #
 #
 # Usage: kvm.sh [ options ]
 # Usage: kvm.sh [ options ]
 #
 #