ktest: Add processing of complex conditionals
authorSteven Rostedt <srostedt@redhat.com>
Mon, 17 Oct 2011 15:36:44 +0000 (11:36 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Mon, 17 Oct 2011 15:58:18 +0000 (11:58 -0400)
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>

No differences found