• Steven Rostedt's avatar
    ktest: Fix ELSE IF statements · 95f57838
    Steven Rostedt authored
    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: default avatarSteven Rostedt <rostedt@goodmis.org>
    95f57838
ktest.pl 82.6 KB