Skip to content

Tag: <testNotTrue> - Test for a not true match

Definition

The <testNotTrue> tag is used to test if a named parameter is not True.

This tag has the following attributes:

Parameters

  • name (str): The name of the parameter whose current value is to be checked.

Example

1
2
3
4
5
   <command>...
      <conditions>
         <testNotTrue name='somevar'/>
      </conditions>
   </command>

Parent Tags

Child Tags

  • None