Skip to content

Commit a2e277e

Browse files
authored
RUST-1806 Fix in use encryption tests (#995)
1 parent a30274b commit a2e277e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.evergreen/run-csfle-tests.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ if [ "$OS" = "Windows_NT" ]; then
2222
export SSL_CERT_DIR=$(cygpath /etc/ssl/certs --windows)
2323
fi
2424

25-
. ${DRIVERS_TOOLS}/.evergreen/csfle/activate_venv.sh
25+
pushd ${DRIVERS_TOOLS}/.evergreen/csfle
26+
. ./activate-kmstlsvenv.sh
27+
popd
2628
export PYTHON=python # use the venv-provided python
2729
export AWS_DEFAULT_REGION=us-east-1
2830
. ${DRIVERS_TOOLS}/.evergreen/csfle/set-temp-creds.sh

0 commit comments

Comments
 (0)