summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2014-09-30 14:03:05 -0400
committerEliot Horowitz <eliot@10gen.com>2014-09-30 14:03:05 -0400
commit6354dbac2ec295d31fc72bb5d09258dd83011782 (patch)
tree8eac0115187b3b7b499710649319158911b0733d /buildscripts
parent3d18f1de1d12f6093ff807e1178f82fa91b9a53e (diff)
downloadmongo-6354dbac2ec295d31fc72bb5d09258dd83011782.tar.gz
SERVER-13635: honor --storageEngine for small oplog tests
Diffstat (limited to 'buildscripts')
-rwxr-xr-xbuildscripts/smoke.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/buildscripts/smoke.py b/buildscripts/smoke.py
index 2332db718bc..59319b63272 100755
--- a/buildscripts/smoke.py
+++ b/buildscripts/smoke.py
@@ -670,7 +670,9 @@ def run_tests(tests):
master.start()
if small_oplog:
- slave = mongod(slave=True, set_parameters=set_parameters)
+ slave = mongod(slave=True,
+ storage_engine=storage_engine,
+ set_parameters=set_parameters)
slave.start()
elif small_oplog_rs:
slave = mongod(slave=True,