File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -300,6 +300,7 @@ functions:
300
300
- command : shell.exec
301
301
type : test
302
302
params :
303
+ silent : true
303
304
working_dir : mongo-csharp-driver
304
305
script : |
305
306
${PREPARE_SHELL}
@@ -322,6 +323,7 @@ functions:
322
323
- command : shell.exec
323
324
type : test
324
325
params :
326
+ silent : true
325
327
working_dir : mongo-csharp-driver
326
328
script : |
327
329
${PREPARE_SHELL}
@@ -354,6 +356,7 @@ functions:
354
356
- command : shell.exec
355
357
type : test
356
358
params :
359
+ silent : true
357
360
working_dir : mongo-csharp-driver
358
361
script : |
359
362
${PREPARE_SHELL}
@@ -378,6 +381,7 @@ functions:
378
381
- command : shell.exec
379
382
type : test
380
383
params :
384
+ silent : true
381
385
working_dir : mongo-csharp-driver
382
386
script : |
383
387
# DO NOT ECHO WITH XTRACE (which PREPARE_SHELL does)
@@ -398,6 +402,7 @@ functions:
398
402
- command : shell.exec
399
403
type : test
400
404
params :
405
+ silent : true
401
406
working_dir : mongo-csharp-driver
402
407
script : |
403
408
# DO NOT ECHO WITH XTRACE (which PREPARE_SHELL does)
You can’t perform that action at this time.
0 commit comments