diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cmd/test-bot.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/test-bot.rb b/Library/Homebrew/cmd/test-bot.rb index 947963be6..c57c39764 100644 --- a/Library/Homebrew/cmd/test-bot.rb +++ b/Library/Homebrew/cmd/test-bot.rb @@ -750,7 +750,7 @@ module Homebrew failed_steps = [] tests.each do |test| test.steps.each do |step| - next unless step.failed? + next if step.passed? failed_steps << step.command_short end end |
