File tree Expand file tree Collapse file tree 5 files changed +2
-7
lines changed
configs/mocha-config-mongosh Expand file tree Collapse file tree 5 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 6262 optional: true
6363 - command: attach.xunit_results
6464 params:
65- file : src/.logs/*.xml
65+ files : src/.logs/*.xml
6666
6767
6868# Functions are any command that can be run.
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ post:
132132 optional: true
133133 - command: attach.xunit_results
134134 params:
135- file : src/.logs/*.xml
135+ files : src/.logs/*.xml
136136
137137
138138# Functions are any command that can be run.
Original file line number Diff line number Diff line change @@ -27,5 +27,3 @@ mongocryptd.pid
2727.nvm
2828snapshot.blob
2929.logs /*
30- ! .logs
31- ! .logs /test.xml
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ export class MochaReporter extends reporters.Base {
1010 constructor ( runner : Runner , options : MochaOptions ) {
1111 super ( runner , options ) ;
1212 const suiteName = process . env . TASK_NAME ?? path . basename ( process . cwd ( ) ) ;
13- console . info ( `MOCHAREPORTER:${ suiteName } ` ) ;
1413
1514 new Spec ( runner ) ;
1615
You can’t perform that action at this time.
0 commit comments