Added cleanup as per #125

This commit is contained in:
Phil Nash 2012-09-21 18:44:22 +01:00
parent 85c0e3d42b
commit 5f66d1d001
1 changed files with 1 additions and 0 deletions

View File

@ -130,6 +130,7 @@ namespace Catch {
// Handle list request
if( config.listSpec != List::None ) {
List( config );
Catch::cleanUp();
return 0;
}