test-bot: remove another invalid XML character.
This commit is contained in:
parent
0a41cbcd9c
commit
fffba3dc7d
@ -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" \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user