test-bot: don't mark every job as failed.
This commit is contained in:
parent
07e550d525
commit
70d2da0364
@ -95,7 +95,7 @@ module Homebrew
|
||||
puts "travis_fold:end:#{@command.join(".")}"
|
||||
puts "travis_time:end:#{@travis_timer_id},start=#{travis_start_time},finish=#{travis_end_time},duration=#{travis_duration}"
|
||||
end
|
||||
if @status == :failed || true
|
||||
if @status == :failed
|
||||
puts "#{Tty.red}==> FAILED:#{Tty.white} #{@command.join(" ")}#{Tty.reset}"
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user