Skip to content

Commit 9949ac9

Browse files
committed
Silent coverage
1 parent 9d2212f commit 9949ac9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.evergreen/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@ functions:
8181
role_arn: ${assume_role_arn}
8282
- command: subprocess.exec
8383
params:
84+
silent: true
8485
binary: bash
8586
working_dir: "src"
8687
include_expansions_in_env: ["AWS_ACCESS_KEY_ID", "AWS_SECRET_ACCESS_KEY", "AWS_SESSION_TOKEN"]
8788
args:
88-
- .evergreen/scripts/run-with-env.sh
8989
- .evergreen/scripts/download-and-merge-coverage.sh
9090
- ${bucket_name}
9191
- ${revision}
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/bin/bash
22

3-
set +x
43
# Download all the task coverage files.
54
aws s3 cp --recursive s3://"$1"/coverage/"$2"/"$3"/coverage/ coverage/

0 commit comments

Comments
 (0)