summaryrefslogtreecommitdiff
path: root/buildscripts/resmokelib/core
diff options
context:
space:
mode:
authorRobert Guo <robert.guo@mongodb.com>2021-07-22 07:35:13 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-07-22 14:50:12 +0000
commitbc5f93907101a0bc7dce0749bfd40d9bb83d73f0 (patch)
treea929f8b6a1258c5e50c62ae8ee282611a1fcee2f /buildscripts/resmokelib/core
parent73b4bcdabaddc1e2b5b59a19e0d7bae969a85669 (diff)
downloadmongo-bc5f93907101a0bc7dce0749bfd40d9bb83d73f0.tar.gz
SERVER-58172 run multiversion tests on master with 5.0 and disable incompatible tests
Diffstat (limited to 'buildscripts/resmokelib/core')
-rw-r--r--buildscripts/resmokelib/core/programs.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildscripts/resmokelib/core/programs.py b/buildscripts/resmokelib/core/programs.py
index 7b76f82af3b..2a9b3715957 100644
--- a/buildscripts/resmokelib/core/programs.py
+++ b/buildscripts/resmokelib/core/programs.py
@@ -191,8 +191,8 @@ def mongo_shell_program( # pylint: disable=too-many-arguments,too-many-branches
# If the 'logComponentVerbosity' setParameter for mongod was not already specified, we set its
# value to a default.
- mongod_set_parameters.setdefault("logComponentVerbosity",
- mongod_launcher.default_mongod_log_component_verbosity())
+ mongod_set_parameters.setdefault(
+ "logComponentVerbosity", mongod_launcher.get_default_log_component_verbosity_for_mongod())
# If the 'enableFlowControl' setParameter for mongod was not already specified, we set its value
# to a default.