mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-30 00:56:44 +01:00
5 lines
161 B
JavaScript
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" );
|