From 3528c2d2db3b9ab99f3ffb4f80cdf022cb7a8bab Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Fri, 6 Feb 2015 16:21:24 -0500 Subject: [PATCH] s/xml.../ignore --- master.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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':