torture: Set configfile variable to current scenario
authorPaul E. McKenney <paulmck@kernel.org>
Sun, 26 Apr 2020 23:48:46 +0000 (16:48 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Mon, 29 Jun 2020 19:01:44 +0000 (12:01 -0700)
commit61251d6899803594a108c3165aeb072c73e09cc8
tree83f9b29a427cddc2ac92f1e3db42426eaebec989
parent4a5f133c15b77c4018e8d7996541868ac94afb4f
torture: Set configfile variable to current scenario

The torture-test recheck logic fails to set the configfile variable to
the current scenario, so this commit properly initializes this variable.
This change isn't critical given that all errors for a given scenario
follow that scenario's heading, but it is easier on the eyes to repeat it.
And this repetition also prevents confusion as to whether a given message
goes with the previous heading or the next one.

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