s/xml.../ignore
This commit is contained in:
parent
3058e84a99
commit
3528c2d2db
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ send to the gdb-testers mailing list."""
|
|||
elif n == 'compile gdb':
|
||||
text += "*** Failed to compiled GDB. ***\n"
|
||||
text += "============================\n"
|
||||
text += log.getText ().decode ('ascii', 'xmlcharrefreplace')
|
||||
text += log.getText ().decode ('ascii', 'ignore')
|
||||
text += "============================\n"
|
||||
break
|
||||
elif n == 'make tags':
|
||||
|
|
Loading…
Reference in a new issue