]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3a3f432f2af90912342a7589ae8cca4cfd52366a
treed423459a1d007e4795d7e160f8759e70080f204b
parent72b4476ebfe94bdd0fa6b06143a37364bbf50e1d
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