summaryrefslogtreecommitdiff
path: root/jstests/ssl
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2018-12-14 19:52:41 -0500
committerAndrew Morrow <acm@mongodb.com>2019-01-30 21:10:29 -0500
commita285618a35742923e9e21fa2df4434406b121a4e (patch)
tree310d5610441d3b1e16941c23853b3f2bb9c638ff /jstests/ssl
parentc065df4a1dae7fe0b73d7a85d13ff2beb47b459d (diff)
downloadmongo-a285618a35742923e9e21fa2df4434406b121a4e.tar.gz
SERVER-36651 SERVER-36652 SERVER-37600 Upgrade to V3 toolchain and XCode 10 everywhere
Diffstat (limited to 'jstests/ssl')
-rw-r--r--jstests/ssl/ssl_ECDHE_suites.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/ssl/ssl_ECDHE_suites.js b/jstests/ssl/ssl_ECDHE_suites.js
index 7cf5c2f89fa..551c138d99a 100644
--- a/jstests/ssl/ssl_ECDHE_suites.js
+++ b/jstests/ssl/ssl_ECDHE_suites.js
@@ -37,7 +37,7 @@ load('jstests/ssl/libs/ssl_helpers.js');
// Use new toolchain python, if it exists
let python_binary = '/opt/mongodbtoolchain/v3/bin/python3';
if (runProgram('/bin/sh', '-c', 'ls ' + python_binary) !== 0) {
- python_binary = '/opt/mongodbtoolchain/v2/bin/python3';
+ python_binary = '/opt/mongodbtoolchain/v3/bin/python3';
}
// Run the tls cipher suite enumerator