ktest: Implement our own force min config
authorSteven Rostedt <srostedt@redhat.com>
Mon, 13 Jun 2011 14:40:58 +0000 (10:40 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Mon, 13 Jun 2011 14:40:58 +0000 (10:40 -0400)
commitfcb3f16a4f4bf4e667ae4c68b1d5401824058efb
treeddba32878a33ea011fb677c91862f3ee7f4b9f78
parent9064af5206c26ce0d47621fef216b0c43d65d693
ktest: Implement our own force min config

Using the build KCONFIG_ALLCONFIG environment variable to force
the min config may not always work properly. Since ktest is
written in perl, it is trivial to read and replace the current
config with the configs specified by the min config.

Now the min config (and add configs) are read by perl and before
a make is done, these configs in the .config file are replaced
by the version in the min config.

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