From: Martin Quinson Date: Sat, 4 Nov 2017 20:55:27 +0000 (+0100) Subject: ignore another cruft seen on a CI system X-Git-Tag: v3.18~289 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/75b65a5359d9a02cc2f199c2eb34838e85650eac ignore another cruft seen on a CI system --- diff --git a/tools/tesh/tesh.py b/tools/tesh/tesh.py index 1faee7f4f9..68a661eb64 100755 --- a/tools/tesh/tesh.py +++ b/tools/tesh/tesh.py @@ -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