summaryrefslogtreecommitdiff
path: root/buildscripts/resmokelib/testing/hooks/simulate_crash.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/resmokelib/testing/hooks/simulate_crash.py')
-rw-r--r--buildscripts/resmokelib/testing/hooks/simulate_crash.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/buildscripts/resmokelib/testing/hooks/simulate_crash.py b/buildscripts/resmokelib/testing/hooks/simulate_crash.py
index 60e128da306..a0b82a1e98c 100644
--- a/buildscripts/resmokelib/testing/hooks/simulate_crash.py
+++ b/buildscripts/resmokelib/testing/hooks/simulate_crash.py
@@ -107,9 +107,8 @@ class SimulateCrash(bghook.BGHook):
mdb = process.Process(self.logger, [
node.mongod_executable, "--dbpath", path, "--port",
- str(self.validate_port), "--logpath",
- node.get_dbpath_prefix() + "/simulateCrashes/validate.log", "--setParameter",
- "enableTestCommands=1", "--setParameter", "testingDiagnosticsEnabled=1"
+ str(self.validate_port), "--setParameter", "enableTestCommands=1", "--setParameter",
+ "testingDiagnosticsEnabled=1"
])
mdb.start()