test-bot: tweak readability.
This commit is contained in:
parent
b5439b6f7a
commit
af4a156885
@ -750,7 +750,7 @@ module Homebrew
|
|||||||
failed_steps = []
|
failed_steps = []
|
||||||
tests.each do |test|
|
tests.each do |test|
|
||||||
test.steps.each do |step|
|
test.steps.each do |step|
|
||||||
next unless step.failed?
|
next if step.passed?
|
||||||
failed_steps << step.command_short
|
failed_steps << step.command_short
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user