mirror of
https://github.com/catchorg/Catch2.git
synced 2026-04-28 18:02:05 +02:00
stdout retained for all sections
Fixed issue where stdout was dropped between sections
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user