提交 9bf71749 编写于 作者: S Steven Rostedt 提交者: Steven Rostedt

ktest: Ignore unset values of the minconfig in config_bisect

By ignoring the unset values of the minconfig in deciding
what to test in the config_bisect can cause the problem
config from being tested too.

Just do not test the configs that are set in the minconfig.
Signed-off-by: NSteven Rostedt <rostedt@goodmis.org>
上级 4da46da2
......@@ -1480,7 +1480,7 @@ sub process_config_ignore {
or dodie "Failed to read $config";
while (<IN>) {
if (/^(.*?(CONFIG\S*)(=.*| is not set))/) {
if (/^((CONFIG\S*)=.*)/) {
$config_ignore{$2} = $1;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册