]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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>
Fri, 2 Apr 2021 19:39:57 +0000 (12:39 -0700)
commit76eb7caf65740c59076b2924bc820f428e10290d
tree59791dd6aa3528230db66c9867741d070b757da4
parentbac45dab9942a41d55088f2f4a0413497464a2fc
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