summaryrefslogtreecommitdiff
path: root/dbtests/framework.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dbtests/framework.cpp')
-rw-r--r--dbtests/framework.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/dbtests/framework.cpp b/dbtests/framework.cpp
index 153c931dd62..5f784882b2a 100644
--- a/dbtests/framework.cpp
+++ b/dbtests/framework.cpp
@@ -205,7 +205,6 @@ namespace mongo {
}
if( params.count("dur") || cmdLine.dur ) {
cmdLine.dur = true;
- dur::enableDurability();
}
if (params.count("debug") || params.count("verbose") ) {
@@ -268,7 +267,7 @@ namespace mongo {
filter = params["filter"].as<string>();
}
- getDur().startup();
+ dur::startup();
int ret = run(suites,filter);