Skip to content

Commit ed2c8d9

Browse files
authored
minor: fix csfle tests (#971)
1 parent 87f5869 commit ed2c8d9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.evergreen/run-csfle-tests.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ set -o xtrace
1010

1111
export CSFLE_TLS_CERT_DIR="${DRIVERS_TOOLS}/.evergreen/x509gen"
1212

13-
cd ${DRIVERS_TOOLS}/.evergreen/auth_aws
14-
. ./activate-authawsvenv.sh
15-
cd -
16-
1713
FEATURE_FLAGS+=("in-use-encryption-unstable" "aws-auth" "azure-kms")
1814

1915
if [[ "$OPENSSL" = true ]]; then
@@ -26,6 +22,8 @@ if [ "$OS" = "Windows_NT" ]; then
2622
export SSL_CERT_DIR=$(cygpath /etc/ssl/certs --windows)
2723
fi
2824

25+
. ${DRIVERS_TOOLS}/.evergreen/csfle/activate_venv.sh
26+
export PYTHON=python # use the venv-provided python
2927
export AWS_DEFAULT_REGION=us-east-1
3028
. ${DRIVERS_TOOLS}/.evergreen/csfle/set-temp-creds.sh
3129

0 commit comments

Comments
 (0)