Steven Rostedt 95f5783841 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>
2012-09-26 14:48:17 -04:00
..
2011-11-07 21:10:47 -05:00
2012-04-25 13:01:40 +02:00
2012-09-26 14:48:17 -04:00
2012-07-02 23:11:14 +03:00