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:
commit
c73ab7cab9
@ -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 );
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user