diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Contributions/cmd/brew-test-bot.xml.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Contributions/cmd/brew-test-bot.xml.erb b/Library/Contributions/cmd/brew-test-bot.xml.erb index f5fb4079b..7007c54b4 100644 --- a/Library/Contributions/cmd/brew-test-bot.xml.erb +++ b/Library/Contributions/cmd/brew-test-bot.xml.erb @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <testsuites> <% tests.each do |test| %> - <testsuite name="brew-test-bot.<%= test.name %>" tests="<%= test.steps.count %>"> + <testsuite name="brew-test-bot.<%= MacOS.cat %>" tests="<%= test.steps.count %>"> <% test.steps.each do |step| %> <testcase name="<%= step.command_short %>" status="<%= step.status %>" time="<%= step.time %>"> <% if step.has_output? %> |
