Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
tesh: ignore modern systems complaining about the lack of UTF
authorMartin Quinson <martin.quinson@loria.fr>
Sun, 14 May 2017 09:27:50 +0000 (11:27 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Sun, 14 May 2017 09:42:50 +0000 (11:42 +0200)
tools/tesh/tesh.py

index 985cadc..70947d3 100755 (executable)
@@ -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("==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
     
            ]
         TeshState().jenkins = True # This is a Jenkins build