HHH-5767 - Add running test information to Infinispan 2LC build
This commit is contained in:
parent
30524ae873
commit
f76555a993
|
@ -43,5 +43,8 @@ test {
|
||||||
systemProperties['jgroups.bind_addr'] = 'localhost'
|
systemProperties['jgroups.bind_addr'] = 'localhost'
|
||||||
// systemProperties['log4j.configuration'] = 'file:/log4j/log4j-infinispan.xml'
|
// systemProperties['log4j.configuration'] = 'file:/log4j/log4j-infinispan.xml'
|
||||||
enabled = true
|
enabled = true
|
||||||
|
afterTest { desc, result ->
|
||||||
|
println "Executing test ${desc.name} [${desc.className}] with result: ${result.resultType}"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue