aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Contributions/cmd/brew-test-bot.xml.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Contributions/cmd/brew-test-bot.xml.erb b/Library/Contributions/cmd/brew-test-bot.xml.erb
index 3d528871a..a835740f3 100644
--- a/Library/Contributions/cmd/brew-test-bot.xml.erb
+++ b/Library/Contributions/cmd/brew-test-bot.xml.erb
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<testsuites>
<% tests.each do |test| %>
- <testsuite name="<%= test.name %>" package="brew-test-bot" tests="<%= test.steps.count %>">
+ <testsuite name="brew-test-bot.<%= test.name %>" tests="<%= test.steps.count %>">
<% test.steps.each do |step| %>
- <testcase name="<%= step.name %>" status="<%= step.status %>" time="<%= step.time %>">
+ <testcase name="<%= step.command %>" status="<%= step.status %>" time="<%= step.time %>">
<% if step.has_output? %>
<system-out><![CDATA[<%= step.output %>]]></system-out>
<% end %>