summaryrefslogtreecommitdiff
path: root/src/mongo/shell/utils.js
diff options
context:
space:
mode:
authorRobert Guo <robert.guo@mongodb.com>2021-07-01 18:00:05 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-07-01 18:37:18 +0000
commit1eb48009eb2ccd5a9a6a1e57c249334bf52c8a5e (patch)
treec0726d4045be1240eb11e09c0a4ccd03a25db039 /src/mongo/shell/utils.js
parent3c23baaee27b8e1484d50d6deee3e8777772acbb (diff)
downloadmongo-1eb48009eb2ccd5a9a6a1e57c249334bf52c8a5e.tar.gz
SERVER-58086 set debug symbols download URL for shell-invoked hang analyzer
Diffstat (limited to 'src/mongo/shell/utils.js')
-rw-r--r--src/mongo/shell/utils.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/shell/utils.js b/src/mongo/shell/utils.js
index d06c96b2989..300152be1ee 100644
--- a/src/mongo/shell/utils.js
+++ b/src/mongo/shell/utils.js
@@ -368,6 +368,8 @@ jsTestOptions = function() {
undoRecorderPath: TestData.undoRecorderPath,
backupOnRestartDir: TestData.backupOnRestartDir || false,
+
+ evergreenDebugSymbolsUrl: TestData.evergreenDebugSymbolsUrl || null,
});
}
return _jsTestOptions;