mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-26 07:16:10 +01:00
re-approved following recent command line description tweak
This commit is contained in:
parent
af8cd98f20
commit
e9d35377fa
@ -3926,8 +3926,7 @@ PASSED:
|
||||
REQUIRE_THAT( parseIntoConfigAndReturnError( argv, config ) Contains( "greater than zero" ) )
|
||||
with expansion:
|
||||
"Value after -x or --abortAfter must be greater than zero
|
||||
- while parsing: (-x, --abortx <number of failures>)" contains: "greater than
|
||||
zero"
|
||||
- while parsing: (-x, --abortx <no. failures>)" contains: "greater than zero"
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
Process can be configured on command line
|
||||
@ -3942,7 +3941,7 @@ PASSED:
|
||||
REQUIRE_THAT( parseIntoConfigAndReturnError( argv, config ) Contains( "-x" ) )
|
||||
with expansion:
|
||||
"Unable to convert oops to destination type
|
||||
- while parsing: (-x, --abortx <number of failures>)" contains: "-x"
|
||||
- while parsing: (-x, --abortx <no. failures>)" contains: "-x"
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
Process can be configured on command line
|
||||
|
@ -4073,7 +4073,7 @@
|
||||
</Original>
|
||||
<Expanded>
|
||||
"Value after -x or --abortAfter must be greater than zero
|
||||
- while parsing: (-x, --abortx <number of failures>)" contains: "greater than zero"
|
||||
- while parsing: (-x, --abortx <no. failures>)" contains: "greater than zero"
|
||||
</Expanded>
|
||||
</Expression>
|
||||
<OverallResults successes="1" failures="0"/>
|
||||
@ -4088,7 +4088,7 @@
|
||||
</Original>
|
||||
<Expanded>
|
||||
"Unable to convert oops to destination type
|
||||
- while parsing: (-x, --abortx <number of failures>)" contains: "-x"
|
||||
- while parsing: (-x, --abortx <no. failures>)" contains: "-x"
|
||||
</Expanded>
|
||||
</Expression>
|
||||
<OverallResults successes="1" failures="0"/>
|
||||
|
Loading…
Reference in New Issue
Block a user