s/xml.../ignore

This commit is contained in:
Sergio Durigan Junior 2015-02-06 16:21:24 -05:00
parent 3058e84a99
commit 3528c2d2db

View file

@ -199,7 +199,7 @@ send to the gdb-testers mailing list."""
elif n == 'compile gdb': elif n == 'compile gdb':
text += "*** Failed to compiled GDB. ***\n" text += "*** Failed to compiled GDB. ***\n"
text += "============================\n" text += "============================\n"
text += log.getText ().decode ('ascii', 'xmlcharrefreplace') text += log.getText ().decode ('ascii', 'ignore')
text += "============================\n" text += "============================\n"
break break
elif n == 'make tags': elif n == 'make tags':