summaryrefslogtreecommitdiff
path: root/buildscripts/burn_in_tests.py
diff options
context:
space:
mode:
authorYves Duhem <yves.duhem@mongodb.com>2018-08-29 10:35:33 -0400
committerYves Duhem <yves.duhem@mongodb.com>2018-08-29 10:35:43 -0400
commitd92fe6cd9242a22e8ae56f48e64a20770d9e8291 (patch)
treeba851f3cc0a8c109c2df5a1863ad88bd995befb9 /buildscripts/burn_in_tests.py
parent78901fd754958d57b914e7209e702eec53543d81 (diff)
downloadmongo-d92fe6cd9242a22e8ae56f48e64a20770d9e8291.tar.gz
SERVER-34593 New resmoke option to repeat tests
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: