diff --git a/master.cfg b/master.cfg index 4750402..1b248aa 100644 --- a/master.cfg +++ b/master.cfg @@ -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':