ktest: Ignore errors it tests if IGNORE_ERRORS is set
authorSteven Rostedt <srostedt@redhat.com>
Mon, 30 Jul 2012 18:30:53 +0000 (14:30 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Mon, 30 Jul 2012 18:33:55 +0000 (14:33 -0400)
The option IGNORE_ERRORS is used to allow a test to succeed even if a
warning appears from the kernel. Sometimes kernels will produce warnings
that are not associated with a test, and the user wants to test
something else.

The IGNORE_ERRORS works for boot up, but was not preventing test runs to
succeed if the kernel produced a warning.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>

No differences found