| commit | 8d735212e441af855afd28ccc402fcaf12999f8d | [log] [tgz] |
|---|---|---|
| author | Steven Rostedt <srostedt@redhat.com> | Mon Oct 17 11:36:44 2011 -0400 |
| committer | Steven Rostedt <rostedt@goodmis.org> | Mon Oct 17 11:58:18 2011 -0400 |
| tree | 8a9c7213cb8684b25ad07299fe383f2030eb3fe9 | |
| parent | a9f84424be8d12e8a84b9eac112cd1152587d437 [diff] |
ktest: Add processing of complex conditionals
The IF statements for DEFAULTS and TEST_START sections now handle
complex statements (&&,||)
Example:
TEST_START IF (DEFINED ALL_TESTS || ${MYTEST} == boottest) && ${MACHINE} == gandalf
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>