torture: Suppress propagating trace_printk() warning
authorPaul E. McKenney <paulmck@linux.ibm.com>
Wed, 22 May 2019 15:52:18 +0000 (08:52 -0700)
committerPaul E. McKenney <paulmck@linux.ibm.com>
Tue, 28 May 2019 16:06:09 +0000 (09:06 -0700)
commit8997e6311ed6cb95be34409bc6b4a11c7a84ac35
treeb5b86f2351d158fedc84418d68d9ad613c938be5
parent34aa34b818407bd475786cf160f7838b7a485e87
torture: Suppress propagating trace_printk() warning

When trace_printk() is used, a message including "BUG" is printed to
the console, which fools the rcutorture scripting into believing that
the corresponding test scenario failed.  This commit therefore filters
out this particular instance of "BUG", thus avoiding the false-positive
test-failure report.

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