Files
go-junit-report/tests/13-report.xml
Eyal Posener 3c05bc8cb6 Fail package in case of build error
In case of build error, the unittest fail, but the junit-report
with the set-exit-code flag on returns status code 0.
This commit will make it return the right status code.
2017-01-22 10:13:01 +02:00

9 lines
235 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<testsuites>
<testsuite tests="0" failures="0" time="0.000" name="package/name">
<properties>
<property name="go.version" value="1.0"></property>
</properties>
</testsuite>
</testsuites>