diff options
author | Paul E. McKenney <paulmck@kernel.org> | 2020-06-17 02:07:15 +0200 |
---|---|---|
committer | Paul E. McKenney <paulmck@kernel.org> | 2020-06-29 21:01:45 +0200 |
commit | 7a6bbeaa01f71af2722fd775a4a4ff9593d12838 (patch) | |
tree | d4529486e7a08aa133c620121fe523c0ff9fbabd | |
parent | torture: Avoid duplicate specification of qemu command (diff) | |
download | linux-7a6bbeaa01f71af2722fd775a4a4ff9593d12838.tar.xz linux-7a6bbeaa01f71af2722fd775a4a4ff9593d12838.zip |
torture: Remove obsolete "cd $KVM"
In the dim distant past, qemu commands needed to be run from the
rcutorture directory, but this is no longer the case. This commit
therefore removes the now-useless "cd $KVM" from the kvm-test-1-run.sh
script.
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
-rwxr-xr-x | tools/testing/selftests/rcutorture/bin/kvm-test-1-run.sh | 1 |
1 files changed, 0 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 484445bd3010..e07779a62634 100755 --- a/tools/testing/selftests/rcutorture/bin/kvm-test-1-run.sh +++ b/tools/testing/selftests/rcutorture/bin/kvm-test-1-run.sh @@ -124,7 +124,6 @@ seconds=$4 qemu_args=$5 boot_args=$6 -cd $KVM kstarttime=`gawk 'BEGIN { print systime() }' < /dev/null` if test -z "$TORTURE_BUILDONLY" then |