Skip to content

Commit

Permalink
PYTHON-3730 Ensure C extensions when running the test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Nov 20, 2024
1 parent b5f0104 commit a229555
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .evergreen/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ else
echo "Not sourcing secrets"
fi

# Ensure C extensions have compiled.
if [ -z "${NO_EXT:-}" ]; then
python tools/fail_if_no_c.py
fi

if [ "$AUTH" != "noauth" ]; then
if [ ! -z "$TEST_DATA_LAKE" ]; then
export DB_USER="mhuser"
Expand Down

0 comments on commit a229555

Please sign in to comment.