Skip to content

Commit

Permalink
Add exception for empty.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
gagik committed Oct 23, 2024
1 parent 554f2a7 commit 8800a49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ mongocryptd.pid
.nvm
snapshot.blob
.logs/*
!.logs/empty.xml
3 changes: 3 additions & 0 deletions .logs/empty.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<!-- 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 -->
<testsuite name="empty" tests="0" failures="0" errors="0" skipped="0" timestamp="Fri, 18 Oct 2024 09:21:06 GMT" time="8.907">
</testsuite>

0 comments on commit 8800a49

Please sign in to comment.