ktest: Add the config bisect manual back
[platform/kernel/linux-rpi.git] / tools / testing / ktest / ktest.pl
index 8805668..55ab700 100755 (executable)
@@ -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 {