Home
last modified time | relevance | path

Searched hist:"319 ab14f051aeb04d6da20d82b389ad875083041" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/testing/ktest/
H A Dktest.pldiff 319ab14f051aeb04d6da20d82b389ad875083041 Wed Jan 30 11:25:38 CST 2013 Steven Rostedt (Red Hat) <rostedt@goodmis.org> ktest: Do not require CONSOLE for build or install bisects

If the user is doing a build or install bisect, there's no reason to
have them define CONSOLE, as the console does not need to be read. The
console only needs to be read for boot tests.

CONSOLE is not required for normal build or install tests, let's not
require it for bisect tests with BISECT_TYPE of build or install.

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