Skip to content

Commit 89f4e5c

Browse files
authored
PYTHON-3730 Ensure C extensions when running the test suite (mongodb#2013)
1 parent b5f0104 commit 89f4e5c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.evergreen/run-tests.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ else
4747
echo "Not sourcing secrets"
4848
fi
4949

50+
# Ensure C extensions have compiled.
51+
if [ -z "${NO_EXT:-}" ]; then
52+
python tools/fail_if_no_c.py
53+
fi
54+
5055
if [ "$AUTH" != "noauth" ]; then
5156
if [ ! -z "$TEST_DATA_LAKE" ]; then
5257
export DB_USER="mhuser"

0 commit comments

Comments
 (0)