diff options
author | Eliot Horowitz <eliot@10gen.com> | 2014-09-30 14:03:05 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2014-09-30 14:03:05 -0400 |
commit | 6354dbac2ec295d31fc72bb5d09258dd83011782 (patch) | |
tree | 8eac0115187b3b7b499710649319158911b0733d /buildscripts | |
parent | 3d18f1de1d12f6093ff807e1178f82fa91b9a53e (diff) | |
download | mongo-6354dbac2ec295d31fc72bb5d09258dd83011782.tar.gz |
SERVER-13635: honor --storageEngine for small oplog tests
Diffstat (limited to 'buildscripts')
-rwxr-xr-x | buildscripts/smoke.py | 4 |
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, |