Skip to content

Commit 7e0fd6b

Browse files
committed
test: fix main script link
1 parent 4bfd745 commit 7e0fd6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.evergreen/config.in.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1267,7 +1267,7 @@ tasks:
12671267
working_dir: src
12681268
binary: bash
12691269
args:
1270-
- ${DRIVERS_TOOLS}/aws_lambda/run-deployed-lambda-aws-tests.sh
1270+
- ${DRIVERS_TOOLS}/.evergreen/aws_lambda/run-deployed-lambda-aws-tests.sh
12711271
env:
12721272
TEST_LAMBDA_DIRECTORY: ${PROJECT_DIRECTORY}/test/lambda
12731273
DRIVERS_TOOLS: ${DRIVERS_TOOLS}

.evergreen/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1191,7 +1191,7 @@ tasks:
11911191
working_dir: src
11921192
binary: bash
11931193
args:
1194-
- ${DRIVERS_TOOLS}/aws_lambda/run-deployed-lambda-aws-tests.sh
1194+
- ${DRIVERS_TOOLS}/.evergreen/aws_lambda/run-deployed-lambda-aws-tests.sh
11951195
env:
11961196
TEST_LAMBDA_DIRECTORY: ${PROJECT_DIRECTORY}/test/lambda
11971197
DRIVERS_TOOLS: ${DRIVERS_TOOLS}

0 commit comments

Comments
 (0)