From 95f70b4b86053423b7d1207fc26aaad1a1289cfd Mon Sep 17 00:00:00 2001 From: "A. Jesse Jiryu Davis" Date: Mon, 27 Jan 2020 15:57:42 -0500 Subject: dupe dbtest_executable --- buildscripts/resmokelib/parser.py | 1 - 1 file changed, 1 deletion(-) 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] -- cgit v1.2.1