Kaydet (Commit) 6b6f51dc authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Set Valgrind-related env vars in PythonTest, too

Change-Id: Ic0eddb6f332bcf139a5de8b1bf4084cb111cd040
üst 5f54e19e
...@@ -38,6 +38,8 @@ $(call gb_PythonTest_get_target,%) : ...@@ -38,6 +38,8 @@ $(call gb_PythonTest_get_target,%) :
$(if $(value gb_CppunitTest_postprocess), \ $(if $(value gb_CppunitTest_postprocess), \
rm -fr $@.core && mkdir $@.core && cd $@.core &&)) \ rm -fr $@.core && mkdir $@.core && cd $@.core &&)) \
($(gb_PythonTest_PRECOMMAND) \ ($(gb_PythonTest_PRECOMMAND) \
$(if $(G_SLICE),G_SLICE=$(G_SLICE)) \
$(if $(GLIBCXX_FORCE_NEW),GLIBCXX_FORCE_NEW=$(GLIBCXX_FORCE_NEW)) \
URE_BOOTSTRAP=vnd.sun.star.pathname:$(gb_DEVINSTALLROOT)/program/fundamentalrc \ URE_BOOTSTRAP=vnd.sun.star.pathname:$(gb_DEVINSTALLROOT)/program/fundamentalrc \
PYTHONPATH=$(PYPATH) \ PYTHONPATH=$(PYPATH) \
UserInstallation="$(call gb_Helper_make_url,$(OUTDIR)/unittest)" \ UserInstallation="$(call gb_Helper_make_url,$(OUTDIR)/unittest)" \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment