This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-doxia-tools.
commit e2e6900afc5787951f6acac8cd6f3408ee53b396 Author: Torsten Werner <[email protected]> Date: Wed Sep 28 20:29:35 2011 +0000 Ignore test errors and failures because some tests require network access. (Closes: #643545) --- debian/changelog | 7 +++++++ debian/maven.properties | 2 ++ 2 files changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index 2d8c3c4..5c63879 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +maven-doxia-tools (1.2.1-2) unstable; urgency=low + + * Ignore test errors and failures because some tests require network access. + (Closes: #643545) + + -- Torsten Werner <[email protected]> Wed, 28 Sep 2011 22:28:16 +0200 + maven-doxia-tools (1.2.1-1) unstable; urgency=low * Newer but not newest upstream release. diff --git a/debian/maven.properties b/debian/maven.properties index 7c29bd7..2847d9a 100644 --- a/debian/maven.properties +++ b/debian/maven.properties @@ -2,3 +2,5 @@ # For example: # maven.test.skip=true +maven.test.error.ignore=true +maven.test.failure.ignore=true -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-doxia-tools.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

