diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2021-12-07 15:50:47 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2021-12-07 17:14:20 +0100 |
commit | 7e8e57a456f2b946631eecefd163cb4ff3a3d603 (patch) | |
tree | 70310fb1f59f0964941e12df247a7ab6ce475f60 | |
parent | 47503fce3ebc0874534175c0d9ea40d3a5bbffde (diff) |
CppunitTest_xmloff_draw needs the ASan LD_LIBRARY_PATH hack now too
...for CPPUNIT_TEST_NAME=testThemeExport::TestBody introduced in
c95288aec4eb4d92a5ccfb9d8fc02a0185d8e8d0 "ODP export: write the theme of a
master page",
> warn:test:3875202:3875202:test/source/bootstrapfixture.cxx:240: /home/sbergman/lo/core/schema/libreoffice/OpenDocument-v1.3+libreoffice-manifest-schema.rng[-1,-1]: Error: Can't find bundle for base name com.sun.msv.reader.Messages, locale en_US
> /home/sbergman/lo/core/schema/libreoffice/OpenDocument-v1.3+libreoffice-manifest-schema.rng[-1,-1]: Fatal: Can't find bundle for base name com.sun.msv.reader.Messages, locale en_US
> /home/sbergman/lo/core/schema/libreoffice/OpenDocument-v1.3+libreoffice-manifest-schema.rng:Schema has validation errors.
> Validation aborted.
>
> /home/sbergman/lo/core/test/source/bootstrapfixture.cxx:241:testThemeExport::TestBody
> forced failure
Change-Id: Ib028d1449a9b878aea3b073de6388fb3bb6d590c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126485
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
-rw-r--r-- | xmloff/CppunitTest_xmloff_draw.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xmloff/CppunitTest_xmloff_draw.mk b/xmloff/CppunitTest_xmloff_draw.mk index 46188eb0c438..42c7a9526661 100644 --- a/xmloff/CppunitTest_xmloff_draw.mk +++ b/xmloff/CppunitTest_xmloff_draw.mk @@ -43,4 +43,8 @@ $(eval $(call gb_CppunitTest_use_custom_headers,xmloff_draw,\ $(eval $(call gb_CppunitTest_use_configuration,xmloff_draw)) +$(eval $(call gb_CppunitTest_add_arguments,xmloff_draw, \ + -env:arg-env=$(gb_Helper_LIBRARY_PATH_VAR)"$$$${$(gb_Helper_LIBRARY_PATH_VAR)+=$$$$$(gb_Helper_LIBRARY_PATH_VAR)}" \ +)) + # vim: set noet sw=4 ts=4: |