X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4e2035d7b4730d535ebd7619c4e85878f71f8cb2..51123d8e4bf01f354aef77ffa4427d2388d9bb98:/tools/tesh/tesh.py diff --git a/tools/tesh/tesh.py b/tools/tesh/tesh.py index 2cd1dce335..a37449ee68 100755 --- a/tools/tesh/tesh.py +++ b/tools/tesh/tesh.py @@ -467,7 +467,6 @@ if __name__ == '__main__': re.compile(r"cmake: /usr/local/lib/libcurl\.so\.4: no version information available \(required by cmake\)"), # Seen on CircleCI re.compile(r".*mmap broken on FreeBSD, but dlopen\+thread broken too. Switching to dlopen\+raw contexts\."), re.compile(r".*dlopen\+thread broken on Apple and BSD\. Switching to raw contexts\."), - re.compile(r"Sanitizers don.t like dlopen, switching to mmap privatization instead\."), ] TeshState().jenkins = True # This is a Jenkins build