diff options
author | Pranith Kumar <bobby.prani@gmail.com> | 2014-07-11 19:47:35 -0400 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2014-09-07 16:24:38 -0700 |
commit | 3327d924a7fef224754273d70224f130d63997c6 (patch) | |
tree | 8d73ef7bd950e6d9c63062ddd5c54e1839d62315 /tools/testing/selftests/rcutorture/bin/kvm-test-1-run.sh | |
parent | 1a5e31fbf9199212915095c47ebf22d0715d3389 (diff) | |
download | linux-3327d924a7fef224754273d70224f130d63997c6.tar.gz linux-3327d924a7fef224754273d70224f130d63997c6.tar.bz2 linux-3327d924a7fef224754273d70224f130d63997c6.zip |
rcutorture: Set executable bit and drop bash from Usage
This commit sets the executable bit on test scripts config2frag.sh
and kvm.sh. Since #!/bin/bash is set in all the scripts, this commit
also drops it from all usage lines because the scripts can now all be
invoked directly.
Signed-off-by: Pranith Kumar <bobby.prani@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Diffstat (limited to 'tools/testing/selftests/rcutorture/bin/kvm-test-1-run.sh')
-rwxr-xr-x | tools/testing/selftests/rcutorture/bin/kvm-test-1-run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/rcutorture/bin/kvm-test-1-run.sh b/tools/testing/selftests/rcutorture/bin/kvm-test-1-run.sh index 5c265da529f6..6d2f5fa48484 100755 --- a/tools/testing/selftests/rcutorture/bin/kvm-test-1-run.sh +++ b/tools/testing/selftests/rcutorture/bin/kvm-test-1-run.sh @@ -6,7 +6,7 @@ # Execute this in the source tree. Do not run it as a background task # because qemu does not seem to like that much. # -# Usage: bash kvm-test-1-run.sh config builddir resdir minutes qemu-args boot_args +# Usage: kvm-test-1-run.sh config builddir resdir minutes qemu-args boot_args # # qemu-args defaults to "-nographic", along with arguments specifying the # number of CPUs and other options generated from |