Revert "brew-test-bot: cleanup junit file with iconv."
This reverts commit 5e26584736b310c365d4b9cce99d0dced9a2d309.
This commit is contained in:
parent
90b7cfb507
commit
85c1e5d02e
@ -397,15 +397,10 @@ end
|
||||
if ARGV.include? "--junit"
|
||||
xml_erb = HOMEBREW_CONTRIBUTED_CMDS + "brew-test-bot.xml.erb"
|
||||
erb = ERB.new IO.read xml_erb
|
||||
output_xml = 'brew-test-bot.xml'
|
||||
input_xml = "#{output_xml}.in"
|
||||
open("brew-test-bot.xml.in", "w") do |xml|
|
||||
# Remove empty lines from ERB result.
|
||||
xml.write erb.result(binding).gsub(/^\s*$\n/, '')
|
||||
open("brew-test-bot.xml", "w") do |xml|
|
||||
# Remove empty lines and null characters from ERB result.
|
||||
xml.write erb.result(binding).gsub(/^\s*$\n|\000/, '')
|
||||
end
|
||||
# Remove bad characters from ERB result.
|
||||
`iconv -c -s -f utf8 -t utf8 #{input_xml} > #{output_xml}`
|
||||
FileUtils.rm input_xml
|
||||
end
|
||||
|
||||
if ARGV.include? "--email"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user