File tree Expand file tree Collapse file tree 3 files changed +5
-214
lines changed
Expand file tree Collapse file tree 3 files changed +5
-214
lines changed Original file line number Diff line number Diff line change @@ -162,9 +162,9 @@ functions:
162162 display_name : " drivers-dir.tar.gz"
163163
164164 " upload test results " :
165- - command : attach.results
165+ - command : attach.xunit_results
166166 params :
167- file_location : " ${PROJECT_DIRECTORY}/test-results.json "
167+ file : " ${PROJECT_DIRECTORY}/test-results.xml "
168168 - command : attach.results
169169 params :
170170 file_location : " ${DRIVERS_TOOLS}/results.json"
Original file line number Diff line number Diff line change 2626 </testsuite >
2727 </testsuites >
2828
29- <listeners >
30- <listener class =" MongoDB\Tests\EvergreenLogListener" >
31- <arguments >
32- <string >test-results.json</string >
33- </arguments >
34- </listener >
35- </listeners >
29+ <logging >
30+ <log type =" junit" target =" test-results.xml" />
31+ </logging >
3632</phpunit >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments