We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8626661 commit e59e64eCopy full SHA for e59e64e
.evergreen/run-tests.sh
@@ -238,7 +238,7 @@ if test -n "$FLE"; then
238
# Obtain temporary AWS credentials
239
PYTHON=python3 . .evergreen/csfle/set-temp-creds.sh
240
241
- if test "$FLE" = helper; then
+ if [[ "$FLE" == "helper" || "$FLE" == "mongocryptd" ]]; then
242
echo "Using helper gem"
243
elif test "$FLE" = path; then
244
if false; then
0 commit comments