Skip to content

Commit 7877943

Browse files
committed
debug
1 parent acce40a commit 7877943

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.evergreen/scripts/configure-env.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ EOT
7676
rm -rf $DRIVERS_TOOLS
7777
BRANCH=master
7878
ORG=mongodb-labs
79+
BRANCH=ocsp-cleanup
80+
ORG=blink0173
7981
git clone --branch $BRANCH https://github.com/$ORG/drivers-evergreen-tools.git $DRIVERS_TOOLS
8082

8183
cat <<EOT > ${DRIVERS_TOOLS}/.env

.evergreen/scripts/run_server.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import os
44
from typing import Any
55

6-
from utils import DRIVERS_TOOLS, LOGGER, ROOT, get_test_options, run_command
6+
from utils import DRIVERS_TOOLS, ROOT, get_test_options, run_command
77

88

99
def set_env(name: str, value: Any = "1") -> None:
@@ -45,10 +45,6 @@ def start_server():
4545
if not os.environ.get("TEST_CRYPT_SHARED"):
4646
set_env("SKIP_CRYPT_SHARED")
4747

48-
LOGGER.info("Hello %s %s", test_name, opts.ssl)
49-
import sys
50-
51-
sys.exit(1)
5248
if opts.ssl:
5349
extra_opts.append("--ssl")
5450
if test_name != "ocsp":

0 commit comments

Comments
 (0)