Skip to content

Remove skip for loading crypt_shared on Windows #1787

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .evergreen/scripts/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,6 @@ if [[ "${CLIENT_SIDE_ENCRYPTION}" == "on" ]]; then
# Check if tests should use the crypt_shared library.
if [[ "${SKIP_CRYPT_SHARED_LIB}" == "on" ]]; then
echo "crypt_shared library is skipped due to SKIP_CRYPT_SHARED_LIB=on"
elif [[ -d /cygdrive/c ]]; then
# We have trouble with this test on Windows. only set cryptSharedLibPath on other platforms
echo "crypt_shared library is skipped due to running on Windows"
else
export MONGOC_TEST_CRYPT_SHARED_LIB_PATH="${CRYPT_SHARED_LIB_PATH}"
echo "crypt_shared library will be loaded with cryptSharedLibPath: [${MONGOC_TEST_CRYPT_SHARED_LIB_PATH}]"
Expand Down