ktest: Allow perl regex expressions in conditional statements
authorSteven Rostedt <srostedt@redhat.com>
Mon, 30 Jul 2012 18:37:01 +0000 (14:37 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Mon, 30 Jul 2012 18:37:01 +0000 (14:37 -0400)
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>

No differences found