Explorar o código

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: Steven Rostedt <rostedt@goodmis.org>
Steven Rostedt (Red Hat) %!s(int64=11) %!d(string=hai) anos
pai
achega
4cc559bd1d
Modificáronse 1 ficheiros con 7 adicións e 1 borrados
  1. 7 1
      tools/testing/ktest/ktest.pl

+ 7 - 1
tools/testing/ktest/ktest.pl

@@ -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 {