diff options
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2017-12-11 17:20:25 +0100 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2018-02-21 01:21:58 +0100 |
commit | db92ca3ab8c9aba213cfb3b6aabc95a9afa5d833 (patch) | |
tree | 10ed7b1c58a98f8cc8144ec82375599ecc482939 /tools/testing/selftests/rcutorture | |
parent | rcutorture: Record which grace-period primitives are tested (diff) | |
download | linux-db92ca3ab8c9aba213cfb3b6aabc95a9afa5d833.tar.xz linux-db92ca3ab8c9aba213cfb3b6aabc95a9afa5d833.zip |
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>
Diffstat (limited to 'tools/testing/selftests/rcutorture')
-rwxr-xr-x | tools/testing/selftests/rcutorture/bin/kvm.sh | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/tools/testing/selftests/rcutorture/bin/kvm.sh b/tools/testing/selftests/rcutorture/bin/kvm.sh index 7d1f607f0f76..1fa05132774d 100755 --- a/tools/testing/selftests/rcutorture/bin/kvm.sh +++ b/tools/testing/selftests/rcutorture/bin/kvm.sh @@ -1,10 +1,8 @@ #!/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 ] # |