aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2013-05-26 00:44:48 +0100
committerMike McQuaid2013-05-26 00:45:11 +0100
commitbbeed74ecb19d71b1c207b9430aec8ee6f29d517 (patch)
tree8862d14d3240d6ee8d4f30d1ba6f8e56a6afd843 /Library
parent88026dce52063876c3de7e3247b22c1ca53c77f4 (diff)
downloadhomebrew-bbeed74ecb19d71b1c207b9430aec8ee6f29d517.tar.bz2
brew-test-bot: fix Jenkins JUnit package detection.
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 %>