From: Steven Rostedt Date: Mon, 30 Jul 2012 18:30:53 +0000 (-0400) Subject: ktest: Ignore errors it tests if IGNORE_ERRORS is set X-Git-Tag: v3.6-rc1~46^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b1d367dbbeb6646f04a8865ecc2bc454f7dd88f;p=pandora-kernel.git 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 --- Reading git-diff-tree failed