[testng] 142/160: Don't shw stdout.

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 962f7ad1044abb42355e0c787121f1cc8f90d583
Author: Cedric Beust <cedric at beust.com>
Date:   Tue Jun 30 07:19:10 2015 -0700

    Don't shw stdout.
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 532d822..2bf30d4 100644
--- a/build.gradle
+++ b/build.gradle
@@ -125,7 +125,7 @@ test {
     useTestNG() {
         suites 'src/test/resources/testng.xml'
     }
-    testLogging.showStandardStreams = true
+//    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