diff --git a/Library/Contributions/cmd/brew-test-bot.xml.erb b/Library/Contributions/cmd/brew-test-bot.xml.erb index a835740f37..f5fb4079b7 100644 --- a/Library/Contributions/cmd/brew-test-bot.xml.erb +++ b/Library/Contributions/cmd/brew-test-bot.xml.erb @@ -3,11 +3,14 @@ <% tests.each do |test| %> <% test.steps.each do |step| %> - + <% if step.has_output? %> + <% if step.failed? %> + ]]> + <% else %> ]]> <% end %> - <% if step.failed? %> + <% elsif step.failed? %> <% end %>