This is an automated email from the git hooks/post-receive script. locutusofborg-guest pushed a commit to branch master in repository hedgewars.
commit 88e985fafc7cd46e6d1dbaa4597e7654d651996e Author: Gianfranco Costamagna <[email protected]> Date: Fri Mar 25 14:33:16 2016 +0100 New upload --- debian/changelog | 6 ++++++ debian/rules | 7 +++++++ 2 files changed, 13 insertions(+) diff --git a/debian/changelog b/debian/changelog index c8ac10d..bbf7fbe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +hedgewars (0.9.22-dfsg-7) unstable; urgency=medium + + * Dump game0.log in case of test failure. + + -- Gianfranco Costamagna <[email protected]> Fri, 25 Mar 2016 14:08:48 +0100 + hedgewars (0.9.22-dfsg-6) unstable; urgency=medium * Re-disable fPIC patch. diff --git a/debian/rules b/debian/rules index 2dd4b8a..81bdbb1 100755 --- a/debian/rules +++ b/debian/rules @@ -45,3 +45,10 @@ override_dh_auto_configure: override_dh_strip: dh_strip --dbg-package=hedgewars-dbg + +override_dh_auto_test: + dh_auto_test || \ + ( echo "Test log begin =========:" \ + && cat obj-*/Logs/game0.log \ + && echo "Test log end =========:" \ + && exit 1 ) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/hedgewars.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

