[tomcat8] 07/10: Set the locale when running the tests to prevent locale sensitive tests from failing
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Nov 23 19:54:12 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch jessie
in repository tomcat8.
commit ab9a2c3f148514795f9ff114473f3b5f9032b2c4
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed Nov 23 16:24:27 2016 +0100
Set the locale when running the tests to prevent locale sensitive tests from failing
---
debian/changelog | 2 ++
debian/rules | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index afaf089..a7e5192 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,8 @@ tomcat8 (8.0.14-1+deb8u5) UNRELEASED; urgency=medium
with recent JREs
* Backported a fix disabling the broken SSLv3 tests
* Refreshed the expired SSL certificates used by the tests
+ * Set the locale when running the tests to prevent locale sensitive tests
+ from failing
-- Emmanuel Bourg <ebourg at apache.org> Tue, 22 Nov 2016 23:21:56 +0100
diff --git a/debian/rules b/debian/rules
index 76fb073..07f3025 100755
--- a/debian/rules
+++ b/debian/rules
@@ -61,7 +61,7 @@ ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
# Refresh the test certificates
cp --backup debian/certificates/* test/org/apache/tomcat/util/net/
- $(ANT_INVOKE) deploy test
+ LC_ALL=C $(ANT_INVOKE) deploy test
else
$(ANT_INVOKE) deploy
endif
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/tomcat8.git
More information about the pkg-java-commits
mailing list