Skip to content

Commit 67955fd

Browse files
committed
test: fix path
1 parent 8990e0b commit 67955fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/config.in.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@ functions:
888888
cd ${DRIVERS_TOOLS}/.evergreen/auth_aws
889889
. ./activate-authawsvenv.sh
890890
export MONGODB_BINARIES="${MONGODB_BINARIES}";
891-
export PROJECT_DIRECTORY=$ECS_SRC_DIR;
891+
export PROJECT_DIRECTORY=$PROJECT_DIRECTORY;
892892
python aws_tester.py ecs
893893
894894
"run-ocsp-test":

0 commit comments

Comments
 (0)