This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-repo-helper.
commit c53bb29e4bb56e5e8a883078b54f5fdfec15434c Author: Emmanuel Bourg <[email protected]> Date: Tue Sep 3 12:33:58 2013 +0200 Stop the build on test failures --- debian/build.xml | 2 +- debian/changelog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/build.xml b/debian/build.xml index ec21262..07e425c 100644 --- a/debian/build.xml +++ b/debian/build.xml @@ -69,7 +69,7 @@ <target name="test" depends="test-compile" unless="maven.test.skip"> <mkdir dir="${build.directory}/test-output"/> - <junit printsummary="yes" haltonfailure="no"> <!-- fork="yes" forkmode="once" --> + <junit printsummary="yes" haltonfailure="yes"> <!-- fork="yes" forkmode="once" --> <sysproperty key="basedir" value="${basedir}"/> <classpath> <pathelement path="${classpath.full.test}"/> diff --git a/debian/changelog b/debian/changelog index 31609fb..fb6f0f2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ maven-repo-helper (1.8.5) unstable; urgency=low * Removed the no longer used Preconditions class * The API changes break the compatibility with maven-debian-helper (<= 1.6.5) * debian/rules: Added ant-junit4.jar to the classpath to fix the test failures + * Stop the build on test failures -- Emmanuel Bourg <[email protected]> Wed, 30 Aug 2013 12:19:05 +0200 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-repo-helper.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

