[Libreoffice-commits] core.git: pyuno/Module_pyuno.mk
Caolán McNamara
caolanm at redhat.com
Fri Apr 18 03:46:40 PDT 2014
pyuno/Module_pyuno.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit fb46a354250fca80fbbfac20128551fd1c530747
Author: Caolán McNamara <caolanm at redhat.com>
Date: Fri Apr 18 11:45:55 2014 +0100
tweak the other one
Change-Id: Ib85724173c0bf6d45776d5407220a415da9c591b
diff --git a/pyuno/Module_pyuno.mk b/pyuno/Module_pyuno.mk
index 4d38442..da0f55b 100644
--- a/pyuno/Module_pyuno.mk
+++ b/pyuno/Module_pyuno.mk
@@ -61,13 +61,13 @@ endif
endif # SYSTEM_PYTHON
ifneq ($(DISABLE_PYTHON),TRUE)
-$(eval $(call gb_Module_add_targets,pyuno, \
+$(eval $(call gb_Module_add_slowcheck_targets,pyuno, \
PythonTest_pyuno_pytests_ssl \
))
endif
ifneq (,$(filter PythonTest_pytests,$(MAKECMDGOALS)))
-$(eval $(call gb_Module_add_slowcheck_targets,pyuno, \
+$(eval $(call gb_Module_add_targets,pyuno, \
PythonTest_pytests \
PythonTest_pyuno_pytests_insertremovecells \
))
More information about the Libreoffice-commits
mailing list