Skip to content

Commit 1783894

Browse files
committed
test: fix path
1 parent 3125f80 commit 1783894

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
@@ -882,7 +882,7 @@ functions:
882882
cd ${DRIVERS_TOOLS}/.evergreen/auth_aws
883883
. ./activate-authawsvenv.sh
884884
export MONGODB_BINARIES="${MONGODB_BINARIES}";
885-
export PROJECT_DIRECTORY=$ECS_SRC_DIR;
885+
export PROJECT_DIRECTORY=$PROJECT_DIRECTORY;
886886
python aws_tester.py ecs
887887
888888
"run-ocsp-test":

0 commit comments

Comments
 (0)