[med-svn] [python-dendropy] 01/01: Use LANG=en_US.utf-8 to increase chances that test will pass - but failed

Andreas Tille tille at debian.org
Wed Jul 29 21:21:38 UTC 2015


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository python-dendropy.

commit b5e9c59e72bc866b4a9aa51812c75a16b6f62102
Author: Andreas Tille <tille at debian.org>
Date:   Wed Jul 29 23:21:15 2015 +0200

    Use  LANG=en_US.utf-8 to increase chances that test will pass - but failed
---
 debian/rules | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/debian/rules b/debian/rules
index 2602ead..ef74da2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,11 +13,7 @@ export PYBUILD_NAME=dendropy
 	dh $@ --with python2,python3 --buildsystem=pybuild
 
 override_dh_auto_test:
-ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
-	echo skip testing due to DEB_BUILD_OPTIONS
-else
-	dh_auto_test
-endif
+	LANG=en_US.utf-8 dh_auto_test
 
 override_dh_install:
 	dh_install

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-dendropy.git



More information about the debian-med-commit mailing list