0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 09:06:21 +01:00

Merge branch 'master' of github.com:mongodb/mongo

This commit is contained in:
Dwight 2010-05-10 11:26:10 -04:00
commit c73ab7cab9

View File

@ -725,7 +725,7 @@ SyncCCTest.prototype.tempStart = function( num ){
function startParallelShell( jsCode ){
var x = startMongoProgramNoConnect( "mongo" , "--eval" , jsCode );
var x = startMongoProgramNoConnect( "mongo" , "--eval" , jsCode , db ? db.getMongo().host : null );
return function(){
waitProgram( x );
};