Subversion Repositories tpanel

Rev

Rev 331 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 331 Rev 334
Line 41... Line 41...
41
**Example**:
41
**Example**:
42
`compare=true`
42
`compare=true`
43
 
43
 
44
Enabled the comparison against a defined result.
44
Enabled the comparison against a defined result.
45
 
45
 
-
 
46
Command: `reverse`
-
 
47
------------------
-
 
48
Inverts the evaluation of the result. On success the result is treated as failure and on failure it is treated as success. This can be used to mark an expected failure as success.
-
 
49
 
-
 
50
**Excample**:
-
 
51
`reverse=true`
-
 
52
 
-
 
53
This means that the result is success if it failed in reality.
-
 
54
 
46
Command: `result`
55
Command: `result`
47
-----------------
56
-----------------
48
Defines a result. If the comparison was set to `true` (look at command `compare`) then the result of the last command is compared against the defined result. The command then succeeds only if the result matches this definition.
57
Defines a result. If the comparison was set to `true` (look at command `compare`) then the result of the last command is compared against the defined result. The command then succeeds only if the result matches this definition.
49
 
58
 
50
**Example**:
59
**Example**: