Skip to content

Tag: <testNotFalse> - Test for a not false match

Definition

The <testNotFalse> tag is used to test if a named parameter is not False.

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>
         <testNotFalse name='somevar'/>
      </conditions>
   </command>

Parent Tags

Child Tags

  • None