Skip to content

Commit 7a6bbea

Browse files
committed
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 <[email protected]>
1 parent 316db58 commit 7a6bbea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/testing/selftests/rcutorture/bin/kvm-test-1-run.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ seconds=$4
124124
qemu_args=$5
125125
boot_args=$6
126126

127-
cd $KVM
128127
kstarttime=`gawk 'BEGIN { print systime() }' < /dev/null`
129128
if test -z "$TORTURE_BUILDONLY"
130129
then

0 commit comments

Comments
 (0)