torture: Print only one summary line per run
authorPaul E. McKenney <paulmck@kernel.org>
Tue, 28 Dec 2021 05:21:35 +0000 (21:21 -0800)
committerPaul E. McKenney <paulmck@kernel.org>
Wed, 2 Feb 2022 01:25:41 +0000 (17:25 -0800)
commitb376005eb3a8aedcde437d3d495418d63ce5451c
tree52d4d5d6a69a536285a246d37d0bc7e85916b0ea
parent2bc9062e7f394b3c6cbe408a13523c0a4bd13d2a
torture: Print only one summary line per run

The torture.sh scripts currently duplicates the summary lines, getting
one during the run phase and one during the summary phase of each run.
This commit therefore removes the run phase from consideration so as to
get only one summary line per run.

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