OSDN Git Service

torture: Output per-failed-run summary lines from torture.sh
authorPaul E. McKenney <paulmck@kernel.org>
Sat, 4 Dec 2021 21:53:24 +0000 (13:53 -0800)
committerPaul E. McKenney <paulmck@kernel.org>
Wed, 2 Feb 2022 01:25:28 +0000 (17:25 -0800)
commit21fbc62576b67d6db66cae88710f82bd51a556e1
tree1e981102cf2548a0fb85c3c3ab64b10e4f9875e7
parent010e5773b2050db260395a240e2f7adee3108603
torture: Output per-failed-run summary lines from torture.sh

Currently, torture.sh lists the failed runs, but it is up to the user
to work out what failed.  This is especially annoying for KCSAN runs,
where RCU's tighter definitions result in failures being reported for
other parts of the kernel.  This commit therefore outputs "Summary:"
lines for each failed run, allowing the user to more quickly identify
which failed runs need focused attention.

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