SERVER-623 play well with other tests

This commit is contained in:
Aaron
2010-02-16 21:18:54 -08:00
parent 241ec02cae
commit 243bb5d052
2 changed files with 2 additions and 1 deletions

View File

@@ -615,6 +615,7 @@ namespace mongo {
MongoProgramScope::~MongoProgramScope() {
try {
KillMongoProgramInstances();
ClearRawMongoProgramOutput( BSONObj() );
} catch ( ... ) {
assert( false );
}