提交 4cc559bd 编写于 作者: S Steven Rostedt (Red Hat) 提交者: Steven Rostedt

ktest: Add the config bisect manual back

After the rewrite of the config bisect, the bisect manual was
removed. Add it back.
Signed-off-by: NSteven Rostedt <rostedt@goodmis.org>
上级 4186cb45
...@@ -2923,7 +2923,13 @@ sub compare_configs { ...@@ -2923,7 +2923,13 @@ sub compare_configs {
sub run_config_bisect_test { sub run_config_bisect_test {
my ($type) = @_; my ($type) = @_;
return run_bisect_test $type, "oldconfig"; my $ret = run_bisect_test $type, "oldconfig";
if ($bisect_manual) {
$ret = answer_bisect;
}
return $ret;
} }
sub process_failed { sub process_failed {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册