diff options
Diffstat (limited to 'buildscripts/resmokelib/core/programs.py')
| -rw-r--r-- | buildscripts/resmokelib/core/programs.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/buildscripts/resmokelib/core/programs.py b/buildscripts/resmokelib/core/programs.py index d94cd438ee0..63e2b12de87 100644 --- a/buildscripts/resmokelib/core/programs.py +++ b/buildscripts/resmokelib/core/programs.py @@ -116,7 +116,7 @@ def mongos_program(logger, executable=None, process_kwargs=None, **kwargs): def mongo_shell_program(logger, executable=None, connection_string=None, filename=None, - process_kwargs=None, isMainTest=True, **kwargs): + process_kwargs=None, **kwargs): """ Returns a Process instance that starts a mongo shell with arguments constructed from 'kwargs'. @@ -148,7 +148,6 @@ def mongo_shell_program(logger, executable=None, connection_string=None, filenam # Only use 'opt_default' if the property wasn't set in the YAML configuration. test_data[opt_name] = opt_default - test_data["isMainTest"] = isMainTest global_vars["TestData"] = test_data # Pass setParameters for mongos and mongod through TestData. The setParameter parsing in |
