[testng] 138/160: Display log for tests

Eugene Zhukov eugene-guest at moszumanska.debian.org
Tue Aug 18 10:22:31 UTC 2015


This is an automated email from the git hooks/post-receive script.

eugene-guest pushed a commit to annotated tag testng-6.9.5
in repository testng.

commit 91209e6c8ce0ccef841a60b5d309ac7e50f5788b
Author: Julien Herr <julien.herr at alcatel-lucent.com>
Date:   Tue Jun 30 12:44:04 2015 +0200

    Display log for tests
---
 build.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.gradle b/build.gradle
index b5997c8..532d822 100644
--- a/build.gradle
+++ b/build.gradle
@@ -125,6 +125,7 @@ test {
     useTestNG() {
         suites 'src/test/resources/testng.xml'
     }
+    testLogging.showStandardStreams = true
     systemProperties = System.getProperties()
     systemProperties['test.resources.dir'] = 'build/resources/test/'
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/testng.git



More information about the pkg-java-commits mailing list