diff options
author | Spencer T Brody <spencer@mongodb.com> | 2015-06-12 11:10:54 -0400 |
---|---|---|
committer | Spencer T Brody <spencer@mongodb.com> | 2015-06-12 13:16:32 -0400 |
commit | 5d7dc2aa39fb549d78e1183ef9177afb80333437 (patch) | |
tree | 07a5aaadd79242190eaf87f05775404199e98032 /buildscripts | |
parent | 0e014f112131780672d6c34ae1b492d614118d5f (diff) | |
download | mongo-5d7dc2aa39fb549d78e1183ef9177afb80333437.tar.gz |
SERVER-18935 Ensure that dbtest always runs with journaling on when run through resmoke.py
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/resmokeconfig/suites/dbtest.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/buildscripts/resmokeconfig/suites/dbtest.yml b/buildscripts/resmokeconfig/suites/dbtest.yml index 3425fb6e5f6..2eab07bdfcb 100644 --- a/buildscripts/resmokeconfig/suites/dbtest.yml +++ b/buildscripts/resmokeconfig/suites/dbtest.yml @@ -3,4 +3,6 @@ selector: executor: db_test: - config: {} + config: + dbtest_options: + dur: '' |