summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-05-08 16:02:45 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-05-08 16:03:24 +0200
commit6b6f51dceefc70f09e7ce8f34649b53591064723 (patch)
tree280bed7a974fe6b8286efecae123fc0a9d72bc5f /solenv
parent5f54e19ea489428e21b668fb390b82e7ed73e21a (diff)
Set Valgrind-related env vars in PythonTest, too
Change-Id: Ic0eddb6f332bcf139a5de8b1bf4084cb111cd040
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/PythonTest.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/solenv/gbuild/PythonTest.mk b/solenv/gbuild/PythonTest.mk
index 9b450e7353c8..eaa87574cdf8 100644
--- a/solenv/gbuild/PythonTest.mk
+++ b/solenv/gbuild/PythonTest.mk
@@ -38,6 +38,8 @@ $(call gb_PythonTest_get_target,%) :
$(if $(value gb_CppunitTest_postprocess), \
rm -fr $@.core && mkdir $@.core && cd $@.core &&)) \
($(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 \
PYTHONPATH=$(PYPATH) \
UserInstallation="$(call gb_Helper_make_url,$(OUTDIR)/unittest)" \