torture: Make kvm-transform.sh update jitter commands
authorPaul E. McKenney <paulmck@kernel.org>
Mon, 22 Feb 2021 22:58:41 +0000 (14:58 -0800)
committerPaul E. McKenney <paulmck@kernel.org>
Mon, 22 Mar 2021 15:29:20 +0000 (08:29 -0700)
commit018629e909ffcabfc657388094371f20ba90649f
tree35e5c6e060a25465b42c69df891dac6450490f9e
parent00505165cf4484dffc488259d59689845ba77939
torture: Make kvm-transform.sh update jitter commands

When rerunning an old run using kvm-again.sh, the jitter commands
will re-use the original "res" directory.  This works, but is clearly
an accident waiting to happen.  And this accident will happen with
remote runs, where the original directory lives on some other system.
This commit therefore updates the qemu-cmd commands to use the new res
directory created for this specific run.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
tools/testing/selftests/rcutorture/bin/kvm-again.sh
tools/testing/selftests/rcutorture/bin/kvm-transform.sh