mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
fix test #2
This commit is contained in:
parent
372fb80637
commit
9a3d756d9f
@ -1,6 +1,6 @@
|
||||
myShardingTest = new ShardingTest( "sharding_passthrough" , 2 , 1 , 1 );
|
||||
myShardingTest.adminCommand( { enablesharding : "test" } );
|
||||
db=s.getDB("test");
|
||||
db=myShardingTest.getDB("test");
|
||||
|
||||
var files = listFiles("jstests");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user