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
commit8c9062522959631be87c2bf9ffe59befc16554b6 (patch)
tree0748169f8e9e7bc4d1fb2a6ca85cd642e04a326a /Library
parentb9c583c5241020aa9f4878f7e227397aee89ce20 (diff)
downloadhomebrew-8c9062522959631be87c2bf9ffe59befc16554b6.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