summaryrefslogtreecommitdiff
path: root/tools/testing/ktest/sample.conf
diff options
context:
space:
mode:
authorSteven Rostedt <srostedt@redhat.com>2012-07-19 23:29:43 +0400
committerSteven Rostedt <rostedt@goodmis.org>2012-07-19 23:29:43 +0400
commitcf79fab676b3aa3b5fbae95aab25e2d4e26e4224 (patch)
treef1b53af0a55a40621d84686f447c5c2a6b6df9b1 /tools/testing/ktest/sample.conf
parentb0918612545e698e55889c15d25e5118ea09c1fd (diff)
downloadlinux-cf79fab676b3aa3b5fbae95aab25e2d4e26e4224.tar.xz
ktest: Fix config bisect with how make oldnoconfig works
With a name like 'oldnoconfig' one may think that the config generated would disable all configs that were not defined (selecting "no" for all options). But this is not the case. It selects the default. If a config has a 'default y', then it is added if not specified. This broke the config bisect, because options not specified by a config will just use the default, where it expected to turn off. This caused an option to be enabled that disabled an option that would break the build. The end result was that we never found the bad config at the end of the test. Instead of using 'make oldnoconfig', ktest now builds the options it expects enabled and disabled. When it turns off an option, it will no longer remove it, but actually set it to: # CONFIG_FOO is not set. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'tools/testing/ktest/sample.conf')
0 files changed, 0 insertions, 0 deletions