diff options
author | Steven Rostedt <srostedt@redhat.com> | 2011-06-01 23:22:30 -0400 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2011-06-02 11:57:41 -0400 |
commit | 4c8cc55b3c0ebe989e727017933945b68b4327cd (patch) | |
tree | 725aa612c6d01c912e724c3dc0e1eb8f4e1b2712 /init | |
parent | 55922c9d1b84b89cb946c777fddccb3247e7df2c (diff) | |
download | op-kernel-dev-4c8cc55b3c0ebe989e727017933945b68b4327cd.zip op-kernel-dev-4c8cc55b3c0ebe989e727017933945b68b4327cd.tar.gz |
ktest: Fix off-by-one in config bisect result
Because in perl the array size returned by $#arr, is the last
index and not the actually size of the array, we end the config
bisect early, thinking there is only one config left when there
are in fact two. Thus the result has a 50% chance of picking
the correct config that caused the problem.
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions