Skip to content

Commit eb68e45

Browse files
committed
Evergreen: Fix xml test results reporting
1 parent 3e32472 commit eb68e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ functions:
193193
"upload test results":
194194
- command: attach.xunit_results
195195
params:
196-
file: ./src/*/build/test-results/*/*.xml
196+
file: ./src/build/test-results/*/*.xml
197197

198198
"bootstrap mongo-orchestration":
199199
- command: shell.exec

0 commit comments

Comments
 (0)