solenv/gbuild/PythonTest.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit ccae6c0faa6f99b4dd84fb05c5cc8efefb3b4d4f Author: Thorsten Behrens <[email protected]> AuthorDate: Thu Nov 22 12:29:12 2018 +0100 Commit: Thorsten Behrens <[email protected]> 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 <[email protected]> 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 [email protected] && mkdir [email protected] && cd [email protected] &&)) \ _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
