test-bot: fix access to relocated method
Fix bug introduced in a2c23dfec569c6e73d90cb20c7d4c26cced258d5. Moving this method apparently made it inaccessible from `Homebrew::Step`.
This commit is contained in:
parent
a2c23dfec5
commit
37b817ed39
@ -199,7 +199,7 @@ module Homebrew
|
|||||||
|
|
||||||
|
|
||||||
unless output.empty?
|
unless output.empty?
|
||||||
@output = fix_encoding!(output)
|
@output = Homebrew.fix_encoding!(output)
|
||||||
puts @output if (failed? || @puts_output_on_success) && !verbose
|
puts @output if (failed? || @puts_output_on_success) && !verbose
|
||||||
File.write(log_file_path, @output) if ARGV.include? "--keep-logs"
|
File.write(log_file_path, @output) if ARGV.include? "--keep-logs"
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user