summaryrefslogtreecommitdiff
path: root/buildscripts/resmokelib/core/process.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/resmokelib/core/process.py')
-rw-r--r--buildscripts/resmokelib/core/process.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/resmokelib/core/process.py b/buildscripts/resmokelib/core/process.py
index 2c458e4320f..b3d19bf599a 100644
--- a/buildscripts/resmokelib/core/process.py
+++ b/buildscripts/resmokelib/core/process.py
@@ -128,7 +128,7 @@ class Process(object):
logger=self.logger.name.replace('/', '-'),
process=os.path.basename(self.args[0]), pid=self.pid, t=now_str)
recorder_args = [
- _config.UNDO_RECORDER_PATH, "--thread-fuzzing", "-p",
+ _config.UNDO_RECORDER_PATH, "-p",
str(self.pid), "-o", recorder_output_file
]
self._recorder = subprocess.Popen(recorder_args, bufsize=buffer_size, env=self.env,