diff options
author | A. Jesse Jiryu Davis <jesse@mongodb.com> | 2020-01-27 15:57:42 -0500 |
---|---|---|
committer | A. Jesse Jiryu Davis <jesse@mongodb.com> | 2020-01-27 15:57:42 -0500 |
commit | 95f70b4b86053423b7d1207fc26aaad1a1289cfd (patch) | |
tree | fc97fdb6715330bf711077b8e513504d20c74897 /buildscripts/resmokelib/parser.py | |
parent | 97a5faa19190be292db817d8cdca50119aa4839a (diff) | |
download | mongo-95f70b4b86053423b7d1207fc26aaad1a1289cfd.tar.gz |
dupe dbtest_executablecount-trace-events
Diffstat (limited to 'buildscripts/resmokelib/parser.py')
-rw-r--r-- | buildscripts/resmokelib/parser.py | 1 |
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] |