diff options
author | Yves Duhem <yves.duhem@mongodb.com> | 2018-08-29 10:35:33 -0400 |
---|---|---|
committer | Yves Duhem <yves.duhem@mongodb.com> | 2018-08-29 10:35:43 -0400 |
commit | d92fe6cd9242a22e8ae56f48e64a20770d9e8291 (patch) | |
tree | ba851f3cc0a8c109c2df5a1863ad88bd995befb9 /buildscripts/burn_in_tests.py | |
parent | 78901fd754958d57b914e7209e702eec53543d81 (diff) | |
download | mongo-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.py | 2 |
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: |