Skip to content

Commit 743fb47

Browse files
committed
debug
1 parent 2457b5b commit 743fb47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/scripts/setup_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def run_command(cmd: str) -> None:
9898

9999
def setup_libmongocrypt():
100100
target = ""
101-
raise ValueError(f"{sys.platform=}")
101+
raise ValueError(f"{sys.platform=} {os.name=}")
102102
if os.name == "nt":
103103
# PYTHON-2808 Ensure this machine has the CA cert for google KMS.
104104
if is_set("TEST_FLE_GCP_AUTO"):

0 commit comments

Comments
 (0)