]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ktest: Add the config bisect manual back
authorSteven Rostedt (Red Hat) <rostedt@goodmis.org>
Thu, 24 Apr 2014 02:27:27 +0000 (22:27 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Thu, 24 Apr 2014 03:18:26 +0000 (23:18 -0400)
After the rewrite of the config bisect, the bisect manual was
removed. Add it back.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
tools/testing/ktest/ktest.pl

index 880566803431bc9ee75f067c01e2f1e7d505ec79..55ab700f6ba5bd734ab829ea5e981202b4801f5c 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 {