Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4cc559bd authored by Steven Rostedt (Red Hat)'s avatar Steven Rostedt (Red Hat) Committed by Steven Rostedt
Browse files

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: default avatarSteven Rostedt <rostedt@goodmis.org>
parent 4186cb45
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -2923,7 +2923,13 @@ sub compare_configs {
sub run_config_bisect_test {
    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 {