Skip to content

Commit

Permalink
test(NODE-3777): adding env vars to evg
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Jan 17, 2022
1 parent 83fc78e commit 740cdc7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .evergreen/run-custom-csfle-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ popd # ../csfle-deps-tmp
cp -R ../csfle-deps-tmp/libmongocrypt/bindings/node node_modules/mongodb-client-encryption

export MONGODB_URI=${MONGODB_URI}
export KMIP_TLS_CA_FILE="${DRIVERS_TOOLS}/.evergreen/x509gen/ca.pem"
export KMIP_TLS_CERT_FILE="${DRIVERS_TOOLS}/.evergreen/x509gen/client.pem"
set +o errexit # We want to run both test suites even if the first fails
npm run check:csfle
DRIVER_CSFLE_TEST_RESULT=$?
Expand Down

0 comments on commit 740cdc7

Please sign in to comment.