commit | 4c8cc55b3c0ebe989e727017933945b68b4327cd | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Wed Jun 01 23:22:30 2011 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Thu Jun 02 11:57:41 2011 -0400 |
tree | 725aa612c6d01c912e724c3dc0e1eb8f4e1b2712 | |
parent | 55922c9d1b84b89cb946c777fddccb3247e7df2c [diff] |
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>