Skip to content

Commit b8dafa2

Browse files
committed
Use subprocess.exec instead of shell.exec.
1 parent 3d2f249 commit b8dafa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ functions:
389389
args: [*task-runner, run-docker]
390390

391391
run-goleak-test:
392-
- command: shell.exec
392+
- command: subprocess.exec
393393
type: test
394394
params:
395395
binary: "bash"

0 commit comments

Comments
 (0)