[libnanomsg-raw-perl] 01/02: Run the test suite under LC_ALL=C.UTF-8.

Intrigeri intrigeri at moszumanska.debian.org
Thu Jun 30 14:06:48 UTC 2016


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

intrigeri pushed a commit to branch master
in repository libnanomsg-raw-perl.

commit 09f3b031abfc580131090a0e486b9223a231a848
Author: intrigeri <intrigeri at boum.org>
Date:   Thu Jun 30 13:57:07 2016 +0000

    Run the test suite under LC_ALL=C.UTF-8.
    
    It is locale-dependent, see e.g. this failure:
    
        #   Failed test at t/emfile.t line 12.
        #                   'Trop de fichiers ouverts'
        #     doesn't match '(?^i:^too many open files)'
    
        #   Failed test at t/emfile.t line 13.
        #                   'Trop de fichiers ouverts'
        #     doesn't match '(?^i:^too many open files)'
        # Looks like you failed 2 tests of 515.
        t/emfile.t ................
    
    (https://tests.reproducible-builds.org/debian/logs/unstable/amd64/libnanomsg-raw-perl_0.06-2.build2.log.gz)
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index 7da42a0..d0202e0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,3 +5,6 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
 
 %:
 	dh $@
+
+override_dh_auto_test:
+	LC_ALL=C.UTF-8 dh_auto_test

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnanomsg-raw-perl.git



More information about the Pkg-perl-cvs-commits mailing list