From 031bbf5779cee53b0a5a58d5d5494dca2ae96bb8 Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Wed, 1 Mar 2017 02:20:01 +0100 Subject: [PATCH 1/1] ignore added cruft in java tesh output --- tools/tesh/tesh.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 2.30.2