0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 17:10:48 +01:00
mongodb/jstests/_lodeRunner.js

5 lines
161 B
JavaScript
Raw Normal View History

// Start mongod and run jstests/_runner.js
db = startMongod( "--port", "27018", "--dbpath", "/data/db/jstests" ).getDB( "test" );
load( "jstests/_runner.js" );