commit | 9b1d367dbbeb6646f04a8865ecc2bc454f7dd88f | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Mon Jul 30 14:30:53 2012 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Mon Jul 30 14:33:55 2012 -0400 |
tree | 0c31af9d0b9b0a03c6c59901e2940f3d99c1eda2 | |
parent | c1434dcc57f97b0e533dedb8814a76ef13e702b4 [diff] |
ktest: Ignore errors it tests if IGNORE_ERRORS is set 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>