mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-25 05:59:24 +00:00
stdout retained for all sections
Fixed issue where stdout was dropped between sections
This commit is contained in:
parent
458e5eec16
commit
b13ad46532
6 changed files with 40 additions and 4 deletions
|
@ -56,7 +56,7 @@ TEST_CASE( "selftest/main", "Runs all Catch self tests and checks their results"
|
|||
{
|
||||
runner.runMatching( "./failing/*" );
|
||||
CHECK( runner.getSuccessCount() == 0 );
|
||||
CHECK( runner.getFailureCount() == 62 );
|
||||
CHECK( runner.getFailureCount() == 64 );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue