Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
ignore another cruft seen on a CI system
authorMartin Quinson <martin.quinson@loria.fr>
Sat, 4 Nov 2017 20:55:27 +0000 (21:55 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Sat, 4 Nov 2017 20:55:27 +0000 (21:55 +0100)
tools/tesh/tesh.py

index 1faee7f..68a661e 100755 (executable)
@@ -431,6 +431,7 @@ if __name__ == '__main__':
            re.compile("For details see http://code.google.com/p/address-sanitizer/issues/detail\\?id=189"),
            re.compile("For details see https://github.com/google/sanitizers/issues/189"),
            re.compile("Python runtime initialized with LC_CTYPE=C .*"),
+           re.compile("^cmake: .*? no version information available (required by cmake)"), # Seen on CircleCI
            ]
         TeshState().jenkins = True # This is a Jenkins build