From: Martin Quinson Date: Sun, 14 May 2017 09:27:50 +0000 (+0200) Subject: tesh: ignore modern systems complaining about the lack of UTF X-Git-Tag: v3.16~274^2~25 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/1fdee300704e9c3dfad1d38f95f66522f83deb1b?ds=sidebyside tesh: ignore modern systems complaining about the lack of UTF --- diff --git a/tools/tesh/tesh.py b/tools/tesh/tesh.py index 985cadc430..70947d3204 100755 --- a/tools/tesh/tesh.py +++ b/tools/tesh/tesh.py @@ -442,6 +442,8 @@ if __name__ == '__main__': re.compile("==WARNING: ASan is ignoring requested __asan_handle_no_return: stack top:"), re.compile("False positive error reports may follow"), re.compile("For details see http://code.google.com/p/address-sanitizer/issues/detail?id=189"), + + re.compile("Python runtime initialized with LC_CTYPE=C .*"), ] TeshState().jenkins = True # This is a Jenkins build