summaryrefslogtreecommitdiff
path: root/buildscripts/burn_in_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/burn_in_tests.py')
-rw-r--r--buildscripts/burn_in_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/burn_in_tests.py b/buildscripts/burn_in_tests.py
index 690303d3b12..cae3ee9baca 100644
--- a/buildscripts/burn_in_tests.py
+++ b/buildscripts/burn_in_tests.py
@@ -337,7 +337,7 @@ def main():
# If a resmoke.py command wasn't passed in, use a simple version.
if not args:
- args = ["python", "buildscripts/resmoke.py", "--repeat=2"]
+ args = ["python", "buildscripts/resmoke.py", "--repeatSuites=2"]
# Load the dict of tests to run.
if values.test_list_file: