commit | be405f95f0a090d1dfc26a5bb4d781c00f34479c | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Wed Jan 04 21:51:59 2012 -0500 |
committer | Steven Rostedt <rostedt@goodmis.org> | Wed Jan 04 21:56:49 2012 -0500 |
tree | a2db42c7451799b1a1943b3c2aca6aa5d76b4cce | |
parent | 96f6a0df19238fceed77ddfc33bb2d6a4e1b9be6 [diff] |
ktest: Add INGORE_ERRORS to ignore warnings in boot up When testing a kernel that has warnings, ktest.pl will fail the test when it sees the warning. If you need to test the the kernel and want to ignore the errors that are produced, the option IGNORE_ERRORS has been added. When IGNORE_ERRORS is set to something other than 0, it will ignore call traces due to WARN_ON(). Signed-off-by: Steven Rostedt <rostedt@goodmis.org>