ktest: Handle kernels before make oldnoconfig
commit612b9e9bd33af80f525a38c05a1663f7126b3d3c
authorSteven Rostedt <srostedt@redhat.com>
Mon, 7 Mar 2011 18:27:43 +0000 (7 13:27 -0500)
committerSteven Rostedt <rostedt@goodmis.org>
Tue, 8 Mar 2011 14:52:58 +0000 (8 09:52 -0500)
treecd5beffde98b075432f0b7a112ea26afe51790cf
parent10abf118f090b9a70ea05296a981fa27196dc7c6
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>
tools/testing/ktest/ktest.pl