torture: Make kvm-again.sh use "scenarios" rather than "batches" file
authorPaul E. McKenney <paulmck@kernel.org>
Fri, 5 Mar 2021 01:52:59 +0000 (17:52 -0800)
committerPaul E. McKenney <paulmck@kernel.org>
Mon, 10 May 2021 23:05:05 +0000 (16:05 -0700)
commitfb4855c36249b3609718d2b83f4756b748a83349
tree4f04537b79430177f117e4db21fe93e94e151f9b
parent3d2cc4fec861a825ecd7d9ce2797df4e5f0f5517
torture: Make kvm-again.sh use "scenarios" rather than "batches" file

This commit saves a few lines of code by making kvm-again.sh use the
"scenarios" file rather than the "batches" file, both of which are
generated by kvm.sh.

This results in a break point because new versions of kvm-again.sh cannot
handle "res" directories produced by old versions of kvm.sh, which lack
the "scenarios" file.  In the unlikely event that this becomes a problem,
a trivial script suffices to convert the "batches" file to a "scenarios"
file, and this script may be easily extracted from kvm.sh.

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