Skip to content

Commit e59e64e

Browse files
wip
1 parent 8626661 commit e59e64e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ if test -n "$FLE"; then
238238
# Obtain temporary AWS credentials
239239
PYTHON=python3 . .evergreen/csfle/set-temp-creds.sh
240240

241-
if test "$FLE" = helper; then
241+
if [[ "$FLE" == "helper" || "$FLE" == "mongocryptd" ]]; then
242242
echo "Using helper gem"
243243
elif test "$FLE" = path; then
244244
if false; then

0 commit comments

Comments
 (0)