[Libreoffice-commits] core.git: solenv/Module_solenv.mk

Tor Lillqvist tml at collabora.com
Thu Nov 3 13:04:26 UTC 2016


 solenv/Module_solenv.mk |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 5072e6667f9eaa3b172cdf69ce33cc224d12b174
Author: Tor Lillqvist <tml at collabora.com>
Date:   Thu Nov 3 10:56:36 2016 +0200

    Disable gbuildtoide test on macOS, too
    
    Change-Id: I630fd447992ada459190acd1ee310bd2d38820b9

diff --git a/solenv/Module_solenv.mk b/solenv/Module_solenv.mk
index 4f29231..229ee58 100644
--- a/solenv/Module_solenv.mk
+++ b/solenv/Module_solenv.mk
@@ -24,11 +24,13 @@ endif
 
 ifneq ($(DISABLE_PYTHON),TRUE)
 ifneq ($(OS),WNT) # disable on Windows for now, causes gerrit/jenkins failures
+ifneq ($(OS),MACOSX) # disable on macOS too, fails at least for me and would be pointless anyway surely
 $(eval $(call gb_Module_add_subsequentcheck_targets,solenv,\
 	CustomTarget_gbuildtesttools \
 	PythonTest_solenv_python \
 ))
 endif
 endif
+endif
 
 # vim: set shiftwidth=4 tabstop=4 noexpandtab:


More information about the Libreoffice-commits mailing list