]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdd15ba2621d94a2b30bf5e30ef8a519ec205a49b
tree52f02e46409a1ddcff04d540af877c7c1207e028
parent56c551c1e1cc6b4c16bd6b80be39e8653070829e
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