X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/23dc3ae2ac429b801b81976e763b2034217ae200..1fdee300704e9c3dfad1d38f95f66522f83deb1b:/tools/tesh/tesh.py 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