Skip to content

Commit

Permalink
RUST-1806 Fix in use encryption tests (#995)
Browse files Browse the repository at this point in the history
  • Loading branch information
abr-egn committed Dec 4, 2023
1 parent a30274b commit a2e277e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .evergreen/run-csfle-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ if [ "$OS" = "Windows_NT" ]; then
export SSL_CERT_DIR=$(cygpath /etc/ssl/certs --windows)
fi

. ${DRIVERS_TOOLS}/.evergreen/csfle/activate_venv.sh
pushd ${DRIVERS_TOOLS}/.evergreen/csfle
. ./activate-kmstlsvenv.sh
popd
export PYTHON=python # use the venv-provided python
export AWS_DEFAULT_REGION=us-east-1
. ${DRIVERS_TOOLS}/.evergreen/csfle/set-temp-creds.sh
Expand Down

0 comments on commit a2e277e

Please sign in to comment.