aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2014-12-28 18:17:02 +0000
committerMike McQuaid2014-12-28 18:17:02 +0000
commitaf4a156885c5f060afe240389e475b8450812a84 (patch)
tree55b88cfc6b66693fcf195b38c0c68512a2047ee0 /Library
parentb5439b6f7a42a9a168e92048342bfb505b8081ff (diff)
downloadbrew-af4a156885c5f060afe240389e475b8450812a84.tar.bz2
test-bot: tweak readability.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/test-bot.rb2
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