commit | 95f57838418358e93212e9dddd60d3502c7f8e2e | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Wed Sep 26 14:48:17 2012 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Wed Sep 26 14:48:17 2012 -0400 |
tree | 41ee29ae494dfa2fb2ba93e186767d48e0bacd21 | |
parent | 979570e02981d4a8fc20b3cc8fd651856c98ee9d [diff] |
ktest: Fix ELSE IF statements The ELSE IF statements do not work as expected if another ELSE statement follows. This is because the $if_set is not set. If the ELSE IF condition is true, the following ELSE should be ignored. But because the $if_set is not set, the following ELSE will also be executed. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>