commit | 319ab14f051aeb04d6da20d82b389ad875083041 | [log] [tgz] |
---|---|---|
author | Steven Rostedt (Red Hat) <rostedt@goodmis.org> | Wed Jan 30 12:25:38 2013 -0500 |
committer | Steven Rostedt <rostedt@goodmis.org> | Wed Jan 30 12:25:38 2013 -0500 |
tree | 8605b97535243cd4ccc6d6c5875a47811ea631b2 | |
parent | 949db153b6466c6f7cad5a427ecea94985927311 [diff] |
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>