]> git.baikalelectronics.ru Git - kernel.git/commit
ktest.pl: Fix combined usage of BISECT_REVERSE and BISECT_SKIP
authorRuss Dill <Russ.Dill@ti.com>
Tue, 24 Apr 2012 02:43:00 +0000 (19:43 -0700)
committerSteven Rostedt <rostedt@goodmis.org>
Tue, 1 May 2012 12:25:44 +0000 (08:25 -0400)
commit96a70e9f57217cd14984147168e1d88344e87546
tree8fbf9f20e08c536fbf314f55f00fe4903d048a39
parent8c94d2d2e9c929ec993085434c51908352e0e98a
ktest.pl: Fix combined usage of BISECT_REVERSE and BISECT_SKIP

When BISECT_REVERSE and BISECT_SKIP are used together with boot or test
testing, build failures are treated as boot or test failures and
'git bisect bad' is executed instead of 'git bisect skip'. This is because
the $ret value of -1 is treated as a build failure, but the $reverse_bisect
logic does not properly handle this.

Simple fix, only invert it if it is positive.

Link: http://lkml.kernel.org/r/1335235380-8509-1-git-send-email-Russ.Dill@ti.com
Signed-off-by: Russ Dill <Russ.Dill@ti.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
tools/testing/ktest/ktest.pl