This is an automated email from the git hooks/post-receive script. pini pushed a commit to branch master in repository gluegen2.
commit 210885165b2fbe1dec987c91002d845ae2718d3c Author: Gilles Filippini <[email protected]> Date: Thu Oct 15 10:02:54 2015 +0200 Simplify the test suite launch. --- debian/changelog | 1 + debian/rules | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3074faa..19f150b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ gluegen2 (2.3.2-2) UNRELEASED; urgency=medium previous release. * Patch fix-arm64-build-config.diff: fix jre native libs path for arm64. + * d/rules: simplify the test suite launch. -- Gilles Filippini <[email protected]> Mon, 12 Oct 2015 12:21:35 +0200 diff --git a/debian/rules b/debian/rules index 63067ed..3b103fb 100755 --- a/debian/rules +++ b/debian/rules @@ -49,10 +49,8 @@ install/libgluegen2-doc:: mkdir -p debian/libgluegen2-doc/usr/share/doc/libgluegen2-java/ cp -Rf build/javadoc/gluegen/javadoc/* debian/libgluegen2-doc/usr/share/doc/libgluegen2-java/ -common-post-build-arch:: runtest.log - # Run the test suite -runtest.log: common-build-arch +common-post-build-arch:: ANT_PATH=/usr/share/ant make/scripts/runtest.sh $(CURDIR)/build DISABLED_TESTS := junit/util/VersionSemanticsUtil common/util/TestVersionSemantics -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gluegen2.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

