summaryrefslogtreecommitdiff
path: root/jstests/_lodeRunner.js
blob: 1aceee6498791e57e61e3f7d3cc0bb4721886f7d (plain)
1
2
3
4
// Start mongod and run jstests/_runner.js

db = startMongod( "--port", "27018", "--dbpath", MongoRunner.dataDir + "/jstests" ).getDB( "test" );
load( "jstests/_runner.js" );