summaryrefslogtreecommitdiff
path: root/pyuno
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-04-18 11:45:55 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-04-18 11:46:11 +0100
commitfb46a354250fca80fbbfac20128551fd1c530747 (patch)
treea321014d405391738741bd56aa2fa0f70100bf82 /pyuno
parent1a9463277006e8e5a8c0b82bbf5d5ab2d5ea15ac (diff)
tweak the other one
Change-Id: Ib85724173c0bf6d45776d5407220a415da9c591b
Diffstat (limited to 'pyuno')
-rw-r--r--pyuno/Module_pyuno.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyuno/Module_pyuno.mk b/pyuno/Module_pyuno.mk
index 4d38442dda88..da0f55b0d12d 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 \
))