diff options
| author | Mike McQuaid | 2013-09-14 13:23:43 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2013-09-14 13:23:43 +0100 |
| commit | 32ee1375ed77e86273839614ced839344cd05985 (patch) | |
| tree | 1cf13ee225fc82d452512b6870ae9aa2cccdcb70 /Library | |
| parent | 375f928baee1ce74820b1d3cdf99ce00af5b7786 (diff) | |
| download | homebrew-32ee1375ed77e86273839614ced839344cd05985.tar.bz2 | |
brew-test-bot: use OSX name for test prefix.
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? %> |
