LUCENE-9474: Add back tests.haltonfailure for jenkins compatibility

This commit is contained in:
Uwe Schindler 2020-08-24 00:52:51 +02:00
parent 5c2e96b585
commit 863d544378
1 changed files with 2 additions and 0 deletions

View File

@ -67,6 +67,8 @@ allprojects {
minHeapSize = propertyOrDefault("tests.minheapsize", "256m")
maxHeapSize = propertyOrDefault("tests.heapsize", "512m")
ignoreFailures = (propertyOrDefault("tests.haltonfailure", "true").toBoolean() == false)
jvmArgs Commandline.translateCommandline(propertyOrDefault("tests.jvmargs", System.getenv('TEST_JVM_ARGS') ?: "-XX:TieredStopAtLevel=1"))
systemProperty 'java.util.logging.config.file', file("${commonDir}/tools/junit4/logging.properties")