Skip to content

Commit 73fc9ab

Browse files
committed
debug
1 parent 3dd1c1e commit 73fc9ab

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_id = line.strip().partition("=")
120+
raise ValueError(f"{name=} {version_id}=")
120121
if name.startswith("Debian"):
121122
target = f"debian{version_id}"
122123
elif name.startswith("Red Hat"):

0 commit comments

Comments
 (0)