Skip to content

Commit c086537

Browse files
committed
Use subprocess.exec
1 parent 93ea354 commit c086537

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.evergreen/config/test-tasks.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ tasks:
33
tags: ["atlas", "nodb"]
44
commands:
55
# This creates secrets-export.sh, which is later sourced by run-tests.sh
6-
- command: shell.exec
6+
- command: subprocess.exec
77
params:
88
working_dir: "src"
9-
script: |
10-
bash ${DRIVERS_TOOLS}/.evergreen/secrets_handling/setup-secrets.sh drivers/atlas_connect
9+
binary: bash
10+
args:
11+
- ${DRIVERS_TOOLS}/.evergreen/secrets_handling/setup-secrets.sh drivers/atlas_connect
1112
- func: "run tests"
1213
vars:
1314
TESTS: "tests/atlas.phpt"

0 commit comments

Comments
 (0)