mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-08-03 10:49:44 -05:00

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.
9 lines
235 B
XML
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>
|