Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
properly ignore this line
authordegomme <augustin.degomme@unibas.ch>
Thu, 8 Sep 2016 09:15:36 +0000 (11:15 +0200)
committerdegomme <augustin.degomme@unibas.ch>
Thu, 8 Sep 2016 09:15:36 +0000 (11:15 +0200)
tools/tesh/tesh.py

index 0beb5af..8c62946 100755 (executable)
@@ -399,7 +399,7 @@ if __name__ == '__main__':
         print("Ignore all cruft seen on SimGrid's continous integration servers")
         TeshState().ignore_regexps_common = [
            re.compile("^profiling:"),
-           re.compile("WARNING: ASan doesn't fully support"),
+           re.compile(".*WARNING: ASan doesn\'t fully support"),
            re.compile("Unable to clean temporary file C:")]
     
     if options.teshfile is None: