Skip to content

Commit 928d5c4

Browse files
committed
Remove log and use files
1 parent dbc3723 commit 928d5c4

File tree

5 files changed

+2
-7
lines changed

5 files changed

+2
-7
lines changed

.evergreen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ post:
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.

.evergreen/evergreen.yml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,3 @@ mongocryptd.pid
2727
.nvm
2828
snapshot.blob
2929
.logs/*
30-
!.logs
31-
!.logs/test.xml

.logs/test.xml

Lines changed: 0 additions & 2 deletions
This file was deleted.

configs/mocha-config-mongosh/reporter.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)