summaryrefslogtreecommitdiff
path: root/buildscripts/resmokelib/core/programs.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/resmokelib/core/programs.py')
-rw-r--r--buildscripts/resmokelib/core/programs.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/buildscripts/resmokelib/core/programs.py b/buildscripts/resmokelib/core/programs.py
index a4f9a05d309..ad794411eaa 100644
--- a/buildscripts/resmokelib/core/programs.py
+++ b/buildscripts/resmokelib/core/programs.py
@@ -145,6 +145,9 @@ def mongo_shell_program( # pylint: disable=too-many-arguments,too-many-branches
"wiredTigerCollectionConfigString": (config.WT_COLL_CONFIG, ""),
"wiredTigerEngineConfigString": (config.WT_ENGINE_CONFIG, ""),
"wiredTigerIndexConfigString": (config.WT_INDEX_CONFIG, ""),
+
+ # Evergreen variables.
+ "evergreenDebugSymbolsUrl": (config.DEBUG_SYMBOLS_URL, ""),
}
test_data = global_vars.get("TestData", {}).copy()