We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87f5869 commit ed2c8d9Copy full SHA for ed2c8d9
.evergreen/run-csfle-tests.sh
@@ -10,10 +10,6 @@ set -o xtrace
10
11
export CSFLE_TLS_CERT_DIR="${DRIVERS_TOOLS}/.evergreen/x509gen"
12
13
-cd ${DRIVERS_TOOLS}/.evergreen/auth_aws
14
-. ./activate-authawsvenv.sh
15
-cd -
16
-
17
FEATURE_FLAGS+=("in-use-encryption-unstable" "aws-auth" "azure-kms")
18
19
if [[ "$OPENSSL" = true ]]; then
@@ -26,6 +22,8 @@ if [ "$OS" = "Windows_NT" ]; then
26
22
export SSL_CERT_DIR=$(cygpath /etc/ssl/certs --windows)
27
23
fi
28
24
25
+. ${DRIVERS_TOOLS}/.evergreen/csfle/activate_venv.sh
+export PYTHON=python # use the venv-provided python
29
export AWS_DEFAULT_REGION=us-east-1
30
. ${DRIVERS_TOOLS}/.evergreen/csfle/set-temp-creds.sh
31
0 commit comments