ktest: Use oldnoconfig instead of yes command
authorSteven Rostedt <srostedt@redhat.com>
Mon, 8 Nov 2010 21:35:48 +0000 (16:35 -0500)
committerSteven Rostedt <rostedt@goodmis.org>
Thu, 18 Nov 2010 16:23:10 +0000 (11:23 -0500)
commit9386c6ab7a33044d9907b00fc80976292bb02c2d
tree8648611eb32002e523d7ffa73ee8e103e5f5880f
parentdc89568884ae1b8b96ca6fffe83b404ae472750e
ktest: Use oldnoconfig instead of yes command

Running the command "yes ''" through the make oldconfig may enable
things we do not want enabled. If something is default enabled, the
yes command with '' as an argument will enable it.

Use oldnoconfig, which runs everything as if 'no' was used.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
tools/testing/ktest/ktest.pl