solenv/gbuild/CppunitTest.mk |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 2e25b8c814b23ffb2904c2ad0866aeeb23b0f1fa
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Thu Sep 17 08:26:46 2020 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Thu Sep 17 09:29:27 2020 +0200

    Report each value of LO_TEST_LOCALE in localized CppunitTest
    
    Change-Id: I7ad091ec163f2324f2b8481e4caa6beb12188ea4
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102896
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/solenv/gbuild/CppunitTest.mk b/solenv/gbuild/CppunitTest.mk
index a287fc513aa3..1c0e8d3dfe93 100644
--- a/solenv/gbuild/CppunitTest.mk
+++ b/solenv/gbuild/CppunitTest.mk
@@ -124,7 +124,8 @@ else
                        $(if $(value gb_CppunitTest_postprocess), \
                                rm -fr $@.core && mkdir $@.core && cd $@.core 
&&)) \
                { \
-               $(if $(gb_CppunitTest_localized),for l in $(WITH_LANG_LIST) ; 
do LO_TEST_LOCALE="$$l" ) \
+               $(if $(gb_CppunitTest_localized),for l in $(WITH_LANG_LIST) ; 
do \
+                       printf 'LO_TEST_LOCALE=%s\n' "$$l" && 
LO_TEST_LOCALE="$$l" ) \
                $(if 
$(gb_CppunitTest_PREGDBTRACE),$(gb_CppunitTest_PREGDBTRACE) &&) \
                $(if $(gb_CppunitTest__vcl_no_svp), \
                        $(filter-out 
SAL_USE_VCLPLUGIN=svp,$(gb_TEST_ENV_VARS)),$(gb_TEST_ENV_VARS)) \
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to