[Libreoffice-commits] core.git: solenv/gbuild

Rene Engelhard rene at debian.org
Sat Jun 10 07:43:24 UTC 2017


 solenv/gbuild/UITest.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit dc141130cde07e6fd2664972d214f2cbbf859f06
Author: Rene Engelhard <rene at debian.org>
Date:   Sat Jun 10 09:42:14 2017 +0200

    use LIBO_LANG=C.UTF-8 instead of en_US.UTF-8
    
    since the first does exist just with pure chroots wihout (generated)
    locales, the latter not.
    
    Change-Id: I67c9e4652ee69e0c1edd3da631d65cfcd7a5dc35

diff --git a/solenv/gbuild/UITest.mk b/solenv/gbuild/UITest.mk
index 67004b29af21..42779c8a13ba 100644
--- a/solenv/gbuild/UITest.mk
+++ b/solenv/gbuild/UITest.mk
@@ -26,7 +26,7 @@ gb_UITest_GDBTRACE := --gdb
 gb_UITest__interactive := $(true)
 endif
 
-gb_UITest_COMMAND := LIBO_LANG=en_US.UTF-8 $(gb_UITest_EXECUTABLE) $(SRCDIR)/uitest/test_main.py
+gb_UITest_COMMAND := LIBO_LANG=C.UTF-8 $(gb_UITest_EXECUTABLE) $(SRCDIR)/uitest/test_main.py
 
 .PHONY : $(call gb_UITest_get_clean_target,%)
 $(call gb_UITest_get_clean_target,%) :


More information about the Libreoffice-commits mailing list