Skip to content

Commit 5cc1fd2

Browse files
committed
debug
1 parent cb85fab commit 5cc1fd2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.evergreen/scripts/run_server.py

Lines changed: 5 additions & 1 deletion
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, ROOT, get_test_options, run_command
6+
from utils import DRIVERS_TOOLS, LOGGER, ROOT, get_test_options, run_command
77

88

99
def set_env(name: str, value: Any = "1") -> None:
@@ -45,6 +45,10 @@ 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)
4852
if opts.ssl:
4953
extra_opts.append("--ssl")
5054
if test_name != "ocsp":

0 commit comments

Comments
 (0)