This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch experimental in repository proj.
commit 32123d703a00e2c715a927f1051307d8706e2ba0 Author: Bas Couwenberg <[email protected]> Date: Wed Feb 7 22:58:39 2018 +0100 Don't ignore test failures. --- debian/changelog | 1 + debian/rules | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4ff15a6..0ab394d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ proj (5.0.0~rc2-1) UNRELEASED; urgency=medium * New upstream release candidate. * Drop patches applied upstream. Refresh remaining patch. * Update symbols for 5.0.0~rc2. + * Don't ignore test failures. -- Bas Couwenberg <[email protected]> Wed, 07 Feb 2018 22:23:34 +0100 diff --git a/debian/rules b/debian/rules index 1e86a25..48ab340 100755 --- a/debian/rules +++ b/debian/rules @@ -56,9 +56,6 @@ override_dh_auto_build: dh_auto_build -Sant -Djniwrap -- do_javah jar_it do_make_help dh_auto_build -override_dh_auto_test: - dh_auto_test || echo "Ignoring test failures" - override_dh_auto_install: dh_auto_install -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/proj.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

