Skip to content

Commit b273625

Browse files
committed
debug windows
1 parent fc9db37 commit b273625

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.evergreen/scripts/bootstrap-mongo-orchestration.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ fi
1212

1313
# Override the tls files if applicable.
1414
if [ "${SSL:-}" == "ssl" ]; then
15+
echo $ROOT
16+
exit 1
1517
export TLS_CERT_KEY_FILE=${ROOT}/test/certificates/client.pem
1618
export TLS_PEM_KEY_FILE=${ROOT}/test/certificates/server.pem
1719
export TLS_CA_FILE=${ROOT}/test/certificates/ca.pem

0 commit comments

Comments
 (0)