From: Steven Rostedt (Red Hat) Date: Thu, 24 Apr 2014 02:27:27 +0000 (-0400) Subject: ktest: Add the config bisect manual back X-Git-Tag: next-20140428~8^2~1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4cc559bd1d6a24aa0581f64d8cdb0cb54e7d5f8c;p=karo-tx-linux.git 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 --- diff --git a/tools/testing/ktest/ktest.pl b/tools/testing/ktest/ktest.pl index 880566803431..55ab700f6ba5 100755 --- a/tools/testing/ktest/ktest.pl +++ b/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 {