torture: Create kvm-check-branches.sh output in proper location
authorPaul E. McKenney <paulmck@kernel.org>
Fri, 3 Jun 2022 02:53:52 +0000 (19:53 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Tue, 21 Jun 2022 22:57:04 +0000 (15:57 -0700)
commit148df92fb14e5aab1c84b8ca4d2181e7b117290d
treed423459a1d007e4795d7e160f8759e70080f204b
parent92366810644d5675043c792abb70eaf974a77384
torture: Create kvm-check-branches.sh output in proper location

Currently, kvm-check-branches.sh causes each kvm.sh invocation create a
separate date-stamped directory, then after that invocation completes,
moves it into the *-group/NNNN directory.  This works, but makes it more
difficult to monitor an ongoing run.  This commit therefore uses the
kvm.sh --datestamp argument to make kvm.sh put the output in the right
place to start with, and also dispenses with the additional level of
datestamping.  (Those wanting datestamps can find them in the log files.)

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