torture: Abstract out console-log error detection
authorPaul E. McKenney <paulmck@kernel.org>
Wed, 10 Jun 2020 21:08:19 +0000 (14:08 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Mon, 29 Jun 2020 19:01:44 +0000 (12:01 -0700)
commitbc77a72cd188d44881ee1b9d0a9d65ca8108b508
treeec7b4eeb60e805c837290021fad87f525e689dc0
parent6387ecbc94bf5ac07239104b84d2304da6e79b51
torture: Abstract out console-log error detection

This commit pulls the simple pattern-based error detection from the
console log into a new console-badness.sh file.  This will enable future
commits to end a run on the first error.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
tools/testing/selftests/rcutorture/bin/console-badness.sh [new file with mode: 0755]
tools/testing/selftests/rcutorture/bin/parse-console.sh