aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/rcutorture/bin/kvm-test-1-run.sh
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@kernel.org>2020-06-16 17:07:15 -0700
committerPaul E. McKenney <paulmck@kernel.org>2020-06-29 12:01:45 -0700
commit7a6bbeaa01f71af2722fd775a4a4ff9593d12838 (patch)
treed4529486e7a08aa133c620121fe523c0ff9fbabd /tools/testing/selftests/rcutorture/bin/kvm-test-1-run.sh
parenttorture: Avoid duplicate specification of qemu command (diff)
downloadlinux-dev-7a6bbeaa01f71af2722fd775a4a4ff9593d12838.tar.xz
linux-dev-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>
Diffstat (limited to 'tools/testing/selftests/rcutorture/bin/kvm-test-1-run.sh')
-rwxr-xr-xtools/testing/selftests/rcutorture/bin/kvm-test-1-run.sh1
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