This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository commons-exec.
commit 54452da25559a7e1f647ba434a86d962f77d7a10 Author: Emmanuel Bourg <[email protected]> Date: Mon Jun 1 11:19:01 2015 +0200 Ignore the test failures (Closes: #751541) --- debian/changelog | 1 + debian/maven.properties | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 6ca7d62..722af24 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ commons-exec (1.3-1) UNRELEASED; urgency=medium * New upstream release - Build depend on junit4 instead of junit + * Ignore the test failures (Closes: #751541) * Standards-Version updated to 3.9.6 (no changes) -- Emmanuel Bourg <[email protected]> Mon, 01 Jun 2015 10:59:22 +0200 diff --git a/debian/maven.properties b/debian/maven.properties new file mode 100644 index 0000000..81cec92 --- /dev/null +++ b/debian/maven.properties @@ -0,0 +1 @@ +maven.test.failure.ignore=true -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/commons-exec.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

