test-bot: remove another invalid XML character.

This commit is contained in:
Mike McQuaid 2015-03-16 10:29:56 +00:00
parent 0a41cbcd9c
commit fffba3dc7d

View File

@ -823,7 +823,7 @@ module Homebrew
if step.has_output?
# Remove invalid XML CData characters from step output.
output = step.output.delete("\000\a\b\e\f")
output = step.output.delete("\000\a\b\e\f\x1f")
if output.bytesize > BYTES_IN_1_MEGABYTE
output = "truncated output to 1MB:\n" \