]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ktest: Fix breakage from change of oldnoconfig to olddefconfig
authorSteven Rostedt <srostedt@redhat.com>
Wed, 12 Dec 2012 01:16:03 +0000 (20:16 -0500)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 12 Dec 2012 01:23:22 +0000 (20:23 -0500)
commit189251705649bdfdf5e5850eb178f8cbfdac5480
treebad44eb0f56899d1ef5278275ef5c1a662b7d63b
parent7786954c95dbeba26ef39d2b6899bf06fbf2b629
ktest: Fix breakage from change of oldnoconfig to olddefconfig

Commit fb16d891 "kconfig: replace 'oldnoconfig' with 'olddefconfig', and
keep the old name", changed ktest's default config update from
oldnoconfig to olddefconfig without adding oldnoconfig as a backup.
The make oldnoconfig works much better than its backup of:
   yes '' | make oldconfig

But due to this change, and the fact that ktest is used to build lots of
older kernels (and for bisects), it forgoes the oldnoconfig completely.

Cc: Adam Lee <adam8157@gmail.com>
Cc: Michal Marek <mmarek@suse.cz>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
tools/testing/ktest/ktest.pl