summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/startup_logging.js
diff options
context:
space:
mode:
authorSulabh Mahajan <sulabh.mahajan@mongodb.com>2018-07-05 15:59:19 +1000
committerSulabh Mahajan <sulabh.mahajan@mongodb.com>2018-07-05 15:59:19 +1000
commit1899ec4b7b692e1a0aaf0086194f22f893a6cb55 (patch)
treeb1604c43d2222ddb0633c91c341b6da4341442d0 /jstests/noPassthrough/startup_logging.js
parent96608712ee598b8fd4f0feb14daa1aa232c2c50b (diff)
downloadmongo-1899ec4b7b692e1a0aaf0086194f22f893a6cb55.tar.gz
SERVER-32509 Report error for unsupported startup-options with Mobile SE
Diffstat (limited to 'jstests/noPassthrough/startup_logging.js')
-rw-r--r--jstests/noPassthrough/startup_logging.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/jstests/noPassthrough/startup_logging.js b/jstests/noPassthrough/startup_logging.js
index 18be63f31d4..d1b73bb1c56 100644
--- a/jstests/noPassthrough/startup_logging.js
+++ b/jstests/noPassthrough/startup_logging.js
@@ -27,9 +27,7 @@
validateWaitingMessage({
start: function(opts) {
- var actualOpts = {nojournal: ""};
- Object.extend(actualOpts, opts);
- return MongoRunner.runMongod(actualOpts);
+ return MongoRunner.runMongod(opts);
},
stop: MongoRunner.stopMongod
});