commit | 167234268cf6cb932ffb180586f3874ae3293a55 | [log] [tgz] |
---|---|---|
author | Steven Rostedt (VMware) <rostedt@goodmis.org> | Wed Jul 01 11:09:23 2020 -0400 |
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | Wed Jul 01 11:09:23 2020 -0400 |
tree | e3a46b3eb4c3239e9a8024687fdf413f0d4eb0d4 | |
parent | d53cdda3fda6e737151e091c7d9388c31a73c828 [diff] |
ktest.pl: Add a NOT operator There is a NOT DEFINED operator, but there is not an operator that can negate any other expression. For example: NOT (${FOO} == boot || ${BAR} == run) Add the keyword NOT to allow the ktest.pl config files to negate operators. Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>