diff options
Diffstat (limited to 'tools/testing')
-rwxr-xr-x | tools/testing/ktest/ktest.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/ktest/ktest.pl b/tools/testing/ktest/ktest.pl index 95d6a6f7c33a..d2ede59b9a3c 100755 --- a/tools/testing/ktest/ktest.pl +++ b/tools/testing/ktest/ktest.pl | |||
@@ -2192,7 +2192,7 @@ sub run_bisect { | |||
2192 | } | 2192 | } |
2193 | 2193 | ||
2194 | # Are we looking for where it worked, not failed? | 2194 | # Are we looking for where it worked, not failed? |
2195 | if ($reverse_bisect) { | 2195 | if ($reverse_bisect && $ret >= 0) { |
2196 | $ret = !$ret; | 2196 | $ret = !$ret; |
2197 | } | 2197 | } |
2198 | 2198 | ||