]> git.baikalelectronics.ru Git - kernel.git/commit
ktest.pl: Add a NOT operator
authorSteven Rostedt (VMware) <rostedt@goodmis.org>
Wed, 1 Jul 2020 15:09:23 +0000 (11:09 -0400)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Wed, 1 Jul 2020 15:09:23 +0000 (11:09 -0400)
commit4ce365730d6eafd32ccef95b2ef5961df457269d
treee3a46b3eb4c3239e9a8024687fdf413f0d4eb0d4
parent3bb0931a8fdbb1ca477c62e6e5130ffa4ba46034
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>
tools/testing/ktest/ktest.pl