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>
This commit is contained in:
parent
316db5897e
commit
7a6bbeaa01
|
@ -124,7 +124,6 @@ seconds=$4
|
||||||
qemu_args=$5
|
qemu_args=$5
|
||||||
boot_args=$6
|
boot_args=$6
|
||||||
|
|
||||||
cd $KVM
|
|
||||||
kstarttime=`gawk 'BEGIN { print systime() }' < /dev/null`
|
kstarttime=`gawk 'BEGIN { print systime() }' < /dev/null`
|
||||||
if test -z "$TORTURE_BUILDONLY"
|
if test -z "$TORTURE_BUILDONLY"
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in New Issue