Skip to content

Commit d8ecde9

Browse files
committed
fix kms logic
1 parent c2236ef commit d8ecde9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/scripts/run-gcpkms-fail-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
HERE=$(dirname ${BASH_SOURCE:-$0})
3-
. .$HERE/env.sh
3+
. $HERE/env.sh
44
export PYTHON_BINARY=/opt/mongodbtoolchain/v4/bin/python3
55
export LIBMONGOCRYPT_URL=https://s3.amazonaws.com/mciuploads/libmongocrypt/debian11/master/latest/libmongocrypt.tar.gz
66
SUCCESS=false TEST_FLE_GCP_AUTO=1 bash $HERE/scripts/setup-tests.sh

0 commit comments

Comments
 (0)