diff options
| author | Mike McQuaid | 2013-05-25 21:36:43 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2013-05-25 21:36:43 +0100 |
| commit | 70b97d1a4ab108f1d4a9e25596d89c3e50eb226f (patch) | |
| tree | e5cd7dd84dcb7c25ae39b128e3c909a036b9bea4 /Library | |
| parent | b32220bc0c871a576103473d928dd06d72825746 (diff) | |
| download | homebrew-70b97d1a4ab108f1d4a9e25596d89c3e50eb226f.tar.bz2 | |
brew-test-bot: add missing xml.erb file.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Contributions/cmd/brew-test-bot.xml.erb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Library/Contributions/cmd/brew-test-bot.xml.erb b/Library/Contributions/cmd/brew-test-bot.xml.erb new file mode 100644 index 000000000..67ec1e38b --- /dev/null +++ b/Library/Contributions/cmd/brew-test-bot.xml.erb @@ -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> |
