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 <[email protected]> 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 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

