Skip to content

Commit 6a23464

Browse files
authored
RUST-2040 Fix mongocryptd tests (#1205)
1 parent 61621db commit 6a23464

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.evergreen/run-csfle-tests.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ fi
2424

2525
. ./secrets-export.sh
2626

27+
# Add mongodb binaries to path for mongocryptd
28+
PATH=${PATH}:${DRIVERS_TOOLS}/mongodb/bin
29+
2730
set +o errexit
2831

2932
cargo_test test::csfle

0 commit comments

Comments
 (0)