From: Augustin Degomme Date: Wed, 1 Mar 2017 01:20:01 +0000 (+0100) Subject: ignore added cruft in java tesh output X-Git-Tag: v3_15~263^2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/031bbf5779cee53b0a5a58d5d5494dca2ae96bb8 ignore added cruft in java tesh output --- diff --git a/tools/tesh/tesh.py b/tools/tesh/tesh.py index f452d68c7e..d6a296633a 100755 --- a/tools/tesh/tesh.py +++ b/tools/tesh/tesh.py @@ -428,7 +428,8 @@ if __name__ == '__main__': re.compile("^profiling:"), re.compile(".*WARNING: ASan doesn\'t fully support"), re.compile("Unable to clean temporary file C:.*"), - re.compile(".*Configuration change: Set \'contexts/")] + re.compile(".*Configuration change: Set \'contexts/"), + re.compile(".*Picked up JAVA_TOOL_OPTIONS.*")] if options.teshfile is None: f = FileReader(None)