projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4186cb4
)
ktest: Add the config bisect manual back
author
Steven Rostedt (Red Hat)
<rostedt@goodmis.org>
Thu, 24 Apr 2014 02:27:27 +0000
(22:27 -0400)
committer
Steven 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
patch
|
blob
|
history
diff --git
a/tools/testing/ktest/ktest.pl
b/tools/testing/ktest/ktest.pl
index 880566803431bc9ee75f067c01e2f1e7d505ec79..55ab700f6ba5bd734ab829ea5e981202b4801f5c 100755
(executable)
--- 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 {