From 3900b8c1f9f33b026b26b58d9e7d98e0b7308cf6 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sun, 10 Sep 2017 22:48:45 +0200 Subject: [PATCH] ignore one more cruft from travis Seen live as: Picked up _JAVA_OPTIONS: -Xmx2048m -Xms512m --- tools/tesh/tesh.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/tesh/tesh.py b/tools/tesh/tesh.py index 95ff89846d..5000d65dee 100755 --- a/tools/tesh/tesh.py +++ b/tools/tesh/tesh.py @@ -424,6 +424,7 @@ if __name__ == '__main__': re.compile("Unable to clean temporary file C:.*"), re.compile(".*Configuration change: Set \'contexts/"), re.compile(".*Picked up JAVA_TOOL_OPTIONS.*"), + re.compile("Picked up _JAVA_OPTIONS: .*"), re.compile("==WARNING: ASan is ignoring requested __asan_handle_no_return: stack top:"), re.compile("False positive error reports may follow"), -- 2.20.1