From: Steven Rostedt Date: Tue, 8 Mar 2011 14:47:54 +0000 (-0500) Subject: ktest: Add STOP_TEST_AFTER to stop the test after a period of time X-Git-Tag: v2.6.39-rc1~396^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d01b26a1b14ab248f850d858f2ff3de3ead6d33;p=pandora-kernel.git ktest: Add STOP_TEST_AFTER to stop the test after a period of time Currently, if a test causes constant output but never reaches a boot prompt, or crashes, the test will never stop. Add STOP_TEST_AFTER to create a variable that will stop (and fail) the test after it has run for this amount of time. The default is 10 minutes. Setting this variable to -1 will disable it. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed