From 052293f22cba6f45a6d983909ac9a01ca5df54b8 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 25 May 2013 21:36:43 +0100 Subject: brew-test-bot: add missing xml.erb file. --- Library/Contributions/cmd/brew-test-bot.xml.erb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Library/Contributions/cmd/brew-test-bot.xml.erb (limited to 'Library') 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 @@ + + + <% tests.each do |test| %> + + <% test.steps.each do |step| %> + + <% unless step.status == :passed %> + + <% end %> + + <% end %> + + <% end %> + -- cgit v1.2.3