mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 00:24:57 +00:00
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…
x
Reference in New Issue
Block a user