]> 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)
commitdc27194b3473bf04f98d2b7dc35db0e8a2c72773
tree52f02e46409a1ddcff04d540af877c7c1207e028
parent330e6c621f80107c0b818291fb5b9ade82560371
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