From a8b0d3cae89ee8363b646fbb88817331dc57cbf9 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Mon, 27 Nov 2017 18:54:59 +0100 Subject: [PATCH] tesh: try to fix CircleCI builds --- tools/tesh/tesh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tesh/tesh.py b/tools/tesh/tesh.py index 68a661eb64..25aad527a7 100755 --- a/tools/tesh/tesh.py +++ b/tools/tesh/tesh.py @@ -431,7 +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 + re.compile("cmake: /usr/local/lib/libcurl.so.4: no version information available (required by cmake)"), # Seen on CircleCI ] TeshState().jenkins = True # This is a Jenkins build -- 2.20.1