torture: Make torture.sh create a properly formatted log file
authorPaul E. McKenney <paulmck@kernel.org>
Sun, 4 Sep 2022 17:49:56 +0000 (10:49 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Thu, 20 Oct 2022 22:29:08 +0000 (15:29 -0700)
commitf7dd16486572691e9333d4ed461a48ab73859bb3
tree4652086fa615c99b0d85a9f6586ef713db259393
parentcb0982e205e2368b5a5d148a6929fda735422727
torture: Make torture.sh create a properly formatted log file

Currently, if the torture.sh allmodconfig step fails, this is counted as
an error (as it should be), but there is also an extraneous complaint
about a missing log file.  This commit therefore adds that log file,
which is hoped to reduce confused reactions to the error report.

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