Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
ignore another cruft seen on a CI system
[simgrid.git] / 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