commit | 8fddbe9bbfe5771a9d9e5d0c6f5bae3213c20645 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Mon Jul 30 14:37:01 2012 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Mon Jul 30 14:37:01 2012 -0400 |
tree | b1bbb5723817b4b5915fbb5c800dc6c3d54de53c | |
parent | 9b1d367dbbeb6646f04a8865ecc2bc454f7dd88f [diff] |
ktest: Allow perl regex expressions in conditional statements Add '=~' and '!~' to the list of allowed conditionals for DEFAULT and TEST_START section if statements. ie. TEST_START IF TEST =~ .*test$ Signed-off-by: Steven Rostedt <rostedt@goodmis.org>