summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Jesse Jiryu Davis <jesse@mongodb.com>2020-01-27 15:57:42 -0500
committerA. Jesse Jiryu Davis <jesse@mongodb.com>2020-01-27 15:57:42 -0500
commit95f70b4b86053423b7d1207fc26aaad1a1289cfd (patch)
treefc97fdb6715330bf711077b8e513504d20c74897
parent97a5faa19190be292db817d8cdca50119aa4839a (diff)
downloadmongo-count-trace-events.tar.gz
dupe dbtest_executablecount-trace-events
-rw-r--r--buildscripts/resmokelib/parser.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/buildscripts/resmokelib/parser.py b/buildscripts/resmokelib/parser.py
index 49caa0d9af5..7a4116cdd1e 100644
--- a/buildscripts/resmokelib/parser.py
+++ b/buildscripts/resmokelib/parser.py
@@ -599,7 +599,6 @@ def _update_config_vars(values): # pylint: disable=too-many-statements,too-many
_config.BUILDLOGGER_URL = config.pop("buildlogger_url")
_config.ALWAYS_USE_LOG_FILES = config.pop("always_use_log_files")
_config.DBPATH_PREFIX = _expand_user(config.pop("dbpath_prefix"))
- _config.DBTEST_EXECUTABLE = _expand_user(config.pop("dbtest_executable"))
_config.DRY_RUN = config.pop("dry_run")
# EXCLUDE_WITH_ANY_TAGS will always contain the implicitly defined EXCLUDED_TAG.
_config.EXCLUDE_WITH_ANY_TAGS = [_config.EXCLUDED_TAG]