aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Contributions/cmd
diff options
context:
space:
mode:
authorMike McQuaid2013-12-17 16:33:38 +0000
committerMike McQuaid2013-12-17 16:33:38 +0000
commit8ccfd06ce21691d49715ce9425547ca63c830620 (patch)
treed2a42fa54ee70cc375f30665112c43139bfd7aa6 /Library/Contributions/cmd
parent5751b9e66c6d6e107e59671ced85d1eaa96ac51e (diff)
downloadbrew-8ccfd06ce21691d49715ce9425547ca63c830620.tar.bz2
brew-test-bot: strip more unicode.
Diffstat (limited to 'Library/Contributions/cmd')
-rwxr-xr-xLibrary/Contributions/cmd/brew-test-bot.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Contributions/cmd/brew-test-bot.rb b/Library/Contributions/cmd/brew-test-bot.rb
index d9f01d359..48a897cef 100755
--- a/Library/Contributions/cmd/brew-test-bot.rb
+++ b/Library/Contributions/cmd/brew-test-bot.rb
@@ -473,7 +473,7 @@ if ARGV.include? "--junit"
failure = testcase.add_element 'failure' if step.failed?
if step.has_output?
# Remove invalid XML CData characters from step output.
- output = REXML::CData.new step.output.delete("\000\e")
+ output = REXML::CData.new step.output.delete("\000\00c\e")
if step.passed?
system_out = testcase.add_element 'system-out'
system_out.text = output