Skip to content

Commit 8800a49

Browse files
committed
Add exception for empty.xml
1 parent 554f2a7 commit 8800a49

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ mongocryptd.pid
2727
.nvm
2828
snapshot.blob
2929
.logs/*
30+
!.logs/empty.xml

.logs/empty.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<!-- An empty test suite which is needed as not all tasks produce XUnit results and the current Evergreen setup always expects some file to be uploaded -->
2+
<testsuite name="empty" tests="0" failures="0" errors="0" skipped="0" timestamp="Fri, 18 Oct 2024 09:21:06 GMT" time="8.907">
3+
</testsuite>

0 commit comments

Comments
 (0)