diff options
| author | Mike McQuaid | 2014-12-28 18:17:02 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-12-28 18:17:02 +0000 |
| commit | af4a156885c5f060afe240389e475b8450812a84 (patch) | |
| tree | 55b88cfc6b66693fcf195b38c0c68512a2047ee0 /Library | |
| parent | b5439b6f7a42a9a168e92048342bfb505b8081ff (diff) | |
| download | brew-af4a156885c5f060afe240389e475b8450812a84.tar.bz2 | |
test-bot: tweak readability.
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 |
