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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Nov 22 15:24:49 UTC 2018


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

New commits:
commit ccae6c0faa6f99b4dd84fb05c5cc8efefb3b4d4f
Author:     Thorsten Behrens <Thorsten.Behrens at CIB.de>
AuthorDate: Thu Nov 22 12:29:12 2018 +0100
Commit:     Thorsten Behrens <Thorsten.Behrens at CIB.de>
CommitDate: Thu Nov 22 16:24:21 2018 +0100

    python tests: fix user config for autotext functions
    
    Seems that the code in SwGlossaries::GetGlosDoc() expects subdirs
    to exist in user config, and would otherwise fail miserably.
    
    Change-Id: I2da6bca46ae5e0d9d90bc23eb710396dbede37f4
    Reviewed-on: https://gerrit.libreoffice.org/63798
    Tested-by: Jenkins
    Reviewed-by: Thorsten Behrens <Thorsten.Behrens at CIB.de>

diff --git a/solenv/gbuild/PythonTest.mk b/solenv/gbuild/PythonTest.mk
index e2e52d9746b7..6460f408410a 100644
--- a/solenv/gbuild/PythonTest.mk
+++ b/solenv/gbuild/PythonTest.mk
@@ -41,7 +41,7 @@ else
 	$(call gb_Output_announce,$*,$(true),PYT,2)
 	$(call gb_Helper_abbreviate_dirs,\
 		rm -rf $(dir $(call gb_PythonTest_get_target,$*)) && \
-		mkdir -p $(dir $(call gb_PythonTest_get_target,$*)) && \
+		mkdir -p $(dir $(call gb_PythonTest_get_target,$*))user/user/autotext && \
 		$(if $(gb_CppunitTest__interactive),, \
 			$(if $(value gb_CppunitTest_postprocess), \
 				rm -fr $@.core && mkdir $@.core && cd $@.core &&)) \


More information about the Libreoffice-commits mailing list