From: Steven Rostedt Date: Mon, 7 Mar 2011 18:27:43 +0000 (-0500) Subject: ktest: Handle kernels before make oldnoconfig X-Git-Tag: v2.6.39-rc1~396^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=612b9e9bd33af80f525a38c05a1663f7126b3d3c;p=pandora-kernel.git 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 --- Reading git-diff-tree failed