Skip to content

Commit 960e4ca

Browse files
committed
debug
1 parent 222bc66 commit 960e4ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.evergreen/scripts/setup_tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ def setup_libmongocrypt():
117117
_, _, name = line.strip().partition("=")
118118
if line.startswith("VERSION_ID="):
119119
_, _, version = line.strip().partition("=")
120+
raise ValueError(f"{name=}, {version_id=}, {arch=}")
120121
if name.startswith("Debian"):
121122
target = f"debian{version_id}"
122123
elif name.startswith("Red Hat"):

0 commit comments

Comments
 (0)