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 61d98b4 commit 2fbacb3Copy full SHA for 2fbacb3
.evergreen/run-custom-csfle-tests.sh
@@ -63,6 +63,8 @@ popd # ../csfle-deps-tmp
63
cp -R ../csfle-deps-tmp/libmongocrypt/bindings/node node_modules/mongodb-client-encryption
64
65
export MONGODB_URI=${MONGODB_URI}
66
+export KMIP_TLS_CA_FILE="${DRIVERS_TOOLS}/.evergreen/x509gen/ca.pem"
67
+export KMIP_TLS_CERT_FILE="${DRIVERS_TOOLS}/.evergreen/x509gen/client.pem"
68
set +o errexit # We want to run both test suites even if the first fails
69
npm run check:csfle
70
DRIVER_CSFLE_TEST_RESULT=$?
0 commit comments