OSDN Git Service

torture: Abbreviate console error dump
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 1 Dec 2015 20:37:57 +0000 (12:37 -0800)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Sun, 6 Dec 2015 01:58:31 +0000 (17:58 -0800)
commit5708c6475789ac5f58ff620e78bd08ca2caa1f23
tree52f02e46409a1ddcff04d540af877c7c1207e028
parent6b50e119c440b7532ed749b635a58b3839f62992
torture: Abbreviate console error dump

Currently, the scripts print a list of warning/bug indicators from the
console.log file.  This works well if there are only a few warnings or
bugs, but can be quite annoying if there is a large number.  This commit
therefore prints a summary listing the number of each type of warning/bug
indicator, but only if there is at least one such indicator.  The full
list is stored in the results directory at console.log.diags, which
makes it easier to find the warning/bugs in the full console.log.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
tools/testing/selftests/rcutorture/bin/parse-console.sh