HHH-5767 - Add running test information to Infinispan 2LC build

This commit is contained in:
Galder Zamarreño 2010-12-01 09:00:29 +01:00
parent 30524ae873
commit f76555a993
1 changed files with 3 additions and 0 deletions

View File

@ -43,5 +43,8 @@ test {
systemProperties['jgroups.bind_addr'] = 'localhost'
// systemProperties['log4j.configuration'] = 'file:/log4j/log4j-infinispan.xml'
enabled = true
afterTest { desc, result ->
println "Executing test ${desc.name} [${desc.className}] with result: ${result.resultType}"
}
}