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

5 lines
161 B
JavaScript

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