commit | 612b9e9bd33af80f525a38c05a1663f7126b3d3c | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Mon Mar 07 13:27:43 2011 -0500 |
committer | Steven Rostedt <rostedt@goodmis.org> | Tue Mar 08 09:52:58 2011 -0500 |
tree | cd5beffde98b075432f0b7a112ea26afe51790cf | |
parent | 10abf118f090b9a70ea05296a981fa27196dc7c6 [diff] |
ktest: Handle kernels before make oldnoconfig When bisecting, one may come across a kernel that does not have make oldnoconfig. In this case, we need to run the command "yes" into a make oldconfig. This will select defaults instead of 'n' into each command, but it works as a work around. Note, "yes n" will not work because a config may have a value that "n" is not acceptable for. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>