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

ebourg-guest pushed a commit to branch jessie
in repository tomcat7.

commit cda1413c0e514613be6b72f5cd87fa40c0e8dd05
Author: Emmanuel Bourg <ebo...@apache.org>
Date:   Wed Nov 23 21:37:54 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 e0de662..af6dc3f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 tomcat7 (7.0.56-3+deb8u6) UNRELEASED; urgency=medium
 
   * Refreshed the expired SSL certificates used by the tests
+  * Set the locale when running the tests to prevent locale sensitive tests
+    from failing
   * Fixed a test failure in the new TestNamingContext test added with the fix
     for CVE-2016-6797
 
diff --git a/debian/rules b/debian/rules
index 93a2f8a..8afe7f5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -64,7 +64,7 @@ ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
        mkdir -p webapps/examples/WEB-INF/lib
        cp /usr/share/java/jstl1.1.jar webapps/examples/WEB-INF/lib/jstl.jar
        cp /usr/share/java/standard.jar 
webapps/examples/WEB-INF/lib/standard.jar
-       $(ANT_INVOKE) extras-jmx-remote deploy test
+       LC_ALL=C $(ANT_INVOKE) extras-jmx-remote deploy test
 else
        $(ANT_INVOKE) extras-jmx-remote deploy
 endif

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/tomcat7.git

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

Reply via email to