[hibernate-issues] [Hibernate-JIRA] Created: (HHH-5767) Add running test information to Infinispan 2LC build

Galder Zamarreno (JIRA) noreply at atlassian.com
Wed Dec 1 02:49:13 EST 2010


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

                 Key: HHH-5767
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-5767
             Project: Hibernate Core
          Issue Type: Task
          Components: build
            Reporter: Galder Zamarreno
            Assignee: Galder Zamarreno
             Fix For: 4.0.0.Alpha1


Add some logging to Infinispan gradle build to show tests being executed, i.e.

test {
    afterTest { desc, result -> 
        println "Executing test ${desc.name} [${desc.className}] with result: ${result.resultType}"
    }
}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list