git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9f8442
)
ktest: Add processing of complex conditionals
author
Steven Rostedt
<srostedt@redhat.com>
Mon, 17 Oct 2011 15:36:44 +0000
(11:36 -0400)
committer
Steven 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