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

ntyni pushed a commit to branch master
in repository sqitch.

commit 5ebf1c99125d226ec3a17a57faa76a4576c6f127
Author: Niko Tyni <nt...@debian.org>
Date:   Sat Sep 26 20:57:05 2015 +0300

    Set LC_ALL=C for the test suite, it breaks in other locales
    
    Closes: #800070
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 022a5b0..7893313 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,4 +16,4 @@ override_dh_clean:
 
 override_dh_auto_test:
        mkdir -p $(BUILDHOME)
-       HOME=$(BUILDHOME) dh_auto_test
+       LC_ALL=C HOME=$(BUILDHOME) dh_auto_test

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to