Skip to content

Commit ec9ac39

Browse files
CSHARP-2838: Fix test logging
1 parent 0d695d5 commit ec9ac39

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

evergreen/evergreen.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ functions:
300300
- command: shell.exec
301301
type: test
302302
params:
303+
silent: true
303304
working_dir: mongo-csharp-driver
304305
script: |
305306
${PREPARE_SHELL}
@@ -322,6 +323,7 @@ functions:
322323
- command: shell.exec
323324
type: test
324325
params:
326+
silent: true
325327
working_dir: mongo-csharp-driver
326328
script: |
327329
${PREPARE_SHELL}
@@ -354,6 +356,7 @@ functions:
354356
- command: shell.exec
355357
type: test
356358
params:
359+
silent: true
357360
working_dir: mongo-csharp-driver
358361
script: |
359362
${PREPARE_SHELL}
@@ -378,6 +381,7 @@ functions:
378381
- command: shell.exec
379382
type: test
380383
params:
384+
silent: true
381385
working_dir: mongo-csharp-driver
382386
script: |
383387
# DO NOT ECHO WITH XTRACE (which PREPARE_SHELL does)
@@ -398,6 +402,7 @@ functions:
398402
- command: shell.exec
399403
type: test
400404
params:
405+
silent: true
401406
working_dir: mongo-csharp-driver
402407
script: |
403408
# DO NOT ECHO WITH XTRACE (which PREPARE_SHELL does)

0 commit comments

Comments
 (0)