Revert "test-bot: try to handle bad UTF-8 output."
This reverts commit b4c2b8f3b4b58ef10ab8f748c743a3352f4cee7d.
This commit is contained in:
parent
01c6c73709
commit
e023d869a2
@ -838,11 +838,6 @@ module Homebrew
|
||||
end
|
||||
|
||||
if ARGV.include? "--junit"
|
||||
unless RUBY_VERSION < "1.9"
|
||||
Encoding.default_external = Encoding::UTF_8
|
||||
Encoding.default_internal = Encoding::UTF_8
|
||||
end
|
||||
|
||||
xml_document = REXML::Document.new
|
||||
xml_document << REXML::XMLDecl.new
|
||||
testsuites = xml_document.add_element "testsuites"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user