![Dong Ma](/assets/img/avatar_default.png)
- update junit plugin to use convert xml - update docstring of junit plugin Change-Id: I47e5ebd159bca869a297cf5f0b85a3d63bb264ac
13 lines
414 B
XML
13 lines
414 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<publishers>
|
|
<hudson.tasks.junit.JUnitResultArchiver plugin="junit">
|
|
<testResults>nosetests.xml</testResults>
|
|
<keepLongStdio>true</keepLongStdio>
|
|
<healthScaleFactor>1.0</healthScaleFactor>
|
|
<allowEmptyResults>false</allowEmptyResults>
|
|
<testDataPublishers/>
|
|
</hudson.tasks.junit.JUnitResultArchiver>
|
|
</publishers>
|
|
</project>
|