brew-test-bot: add missing xml.erb file.
This commit is contained in:
parent
b1f00c5757
commit
052293f22c
14
Library/Contributions/cmd/brew-test-bot.xml.erb
Normal file
14
Library/Contributions/cmd/brew-test-bot.xml.erb
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<testsuites name="brew-test-bot">
|
||||||
|
<% tests.each do |test| %>
|
||||||
|
<testsuite name="<%= test.name %>" tests="<%= test.steps.count %>">
|
||||||
|
<% test.steps.each do |step| %>
|
||||||
|
<testcase name="<%= step.name %>" status="<%= step.status %>">
|
||||||
|
<% unless step.status == :passed %>
|
||||||
|
<failure />
|
||||||
|
<% end %>
|
||||||
|
</testcase>
|
||||||
|
<% end %>
|
||||||
|
</testsuite>
|
||||||
|
<% end %>
|
||||||
|
</testsuites>
|
||||||
Loading…
x
Reference in New Issue
Block a user