X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a2cf3a7cbbc69e69e7c18c7168c7bb2396122cd1..031bbf5779cee53b0a5a58d5d5494dca2ae96bb8:/tools/tesh/tesh.py 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)