From: degomme Date: Thu, 8 Sep 2016 09:15:36 +0000 (+0200) Subject: properly ignore this line X-Git-Tag: v3_14~415^2~1 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/8b2bdb4961b1cb06b3b316c8bbb7b56151258f88 properly ignore this line --- diff --git a/tools/tesh/tesh.py b/tools/tesh/tesh.py index 0beb5af2c5..8c62946e4a 100755 --- a/tools/tesh/tesh.py +++ b/tools/tesh/tesh.py @@ -399,7 +399,7 @@ if __name__ == '__main__': print("Ignore all cruft seen on SimGrid's continous integration servers") TeshState().ignore_regexps_common = [ re.compile("^profiling:"), - re.compile("WARNING: ASan doesn't fully support"), + re.compile(".*WARNING: ASan doesn\'t fully support"), re.compile("Unable to clean temporary file C:")] if options.teshfile is None: