forked from catchorg/Catch2
Added cleanup as per #125
This commit is contained in:
@@ -130,6 +130,7 @@ namespace Catch {
|
|||||||
// Handle list request
|
// Handle list request
|
||||||
if( config.listSpec != List::None ) {
|
if( config.listSpec != List::None ) {
|
||||||
List( config );
|
List( config );
|
||||||
|
Catch::cleanUp();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user