From: Steven Rostedt Date: Sat, 21 Jul 2012 02:39:16 +0000 (-0400) Subject: ktest: Reset saved min (force) configs for each test X-Git-Tag: v3.6-rc1~46^2~2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1434dcc57f97b0e533dedb8814a76ef13e702b4;p=pandora-kernel.git ktest: Reset saved min (force) configs for each test The min configs are saved in a perl hash called force_configs, and this hash is used to add configs to the .config file. But it was not being reset between tests and a min config from a previous test would affect the min config of the next test causing undesirable results. Reset the force_config hash at the start of each test. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed