rcutorture: Don't keep empty console.log.diags files
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Mon, 7 Dec 2015 04:20:14 +0000 (20:20 -0800)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 26 Jan 2016 00:17:41 +0000 (16:17 -0800)
commitfc91cbab11d43a7d241297886665b9a5f94a1e47
tree74aeec7e93acf6e872ab6f96d0187d96f9a50479
parentf5a5386bcaee222d2565d87ab33f0896f91a11ef
rcutorture: Don't keep empty console.log.diags files

Currently, an error-free run produces an empty console.log.diags file.
This can be annoying when using "vi */console.log.diags" to see a full
summary of the errors.  This commit therefore removes any empty files
during the analysis process.

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