Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
ignore one more cruft from travis
authorMartin Quinson <martin.quinson@loria.fr>
Sun, 10 Sep 2017 20:48:45 +0000 (22:48 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Sun, 10 Sep 2017 20:48:48 +0000 (22:48 +0200)
Seen live as:
Picked up _JAVA_OPTIONS: -Xmx2048m -Xms512m

tools/tesh/tesh.py

index 95ff898..5000d65 100755 (executable)
@@ -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("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"),
 
            re.compile("==WARNING: ASan is ignoring requested __asan_handle_no_return: stack top:"),
            re.compile("False positive error reports may follow"),