[testng] 326/355: Fix build failures for gradle tests

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


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

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

commit a9e2d61d35529552a81a59498bf4c8c416412a8d
Author: Krishnan Mahadevan <Krishnan.mahadevan1978 at gmail.com>
Date:   Tue May 12 08:24:06 2015 +0530

    Fix build failures for gradle tests
---
 build.gradle | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/build.gradle b/build.gradle
index 8a8bf08..93a2887 100644
--- a/build.gradle
+++ b/build.gradle
@@ -103,4 +103,6 @@ test {
     useTestNG() {
         suites 'src/test/resources/testng.xml'
     }
+    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