linux-kernel-test/tools/testing/ktest
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
..
examples ktest: Add README to explain what is in the examples directory 2012-05-22 00:15:12 -04:00
compare-ktest-sample.pl ktest: Fix compare script to test if options are not documented 2011-12-22 22:06:59 -05:00
ktest.pl ktest: Fix ELSE IF statements 2012-09-26 14:48:17 -04:00
sample.conf ktest: Add MAX_MONITOR_WAIT option 2012-07-19 16:05:42 -04:00