Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
tesh: fix the regexp to ignore windows+java cruft
authorMartin Quinson <martin.quinson@loria.fr>
Sun, 25 Sep 2016 22:04:12 +0000 (00:04 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Sun, 25 Sep 2016 22:04:12 +0000 (00:04 +0200)
tools/tesh/tesh.py

index 8c62946..3116078 100755 (executable)
@@ -400,7 +400,7 @@ if __name__ == '__main__':
         TeshState().ignore_regexps_common = [
            re.compile("^profiling:"),
            re.compile(".*WARNING: ASan doesn\'t fully support"),
-           re.compile("Unable to clean temporary file C:")]
+           re.compile("Unable to clean temporary file C:.*")]
     
     if options.teshfile is None:
         f = FileReader(None)