summaryrefslogtreecommitdiff
path: root/solenv/Module_solenv.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-11-03 10:56:36 +0200
committerTor Lillqvist <tml@collabora.com>2016-11-03 15:03:50 +0200
commit5072e6667f9eaa3b172cdf69ce33cc224d12b174 (patch)
tree01b504a0c19de478203d70bc35abdc3d735fbd7f /solenv/Module_solenv.mk
parent5955e7bf5e4c8dcc13a7eee383dbc4d6dfcdab0f (diff)
Disable gbuildtoide test on macOS, too
Change-Id: I630fd447992ada459190acd1ee310bd2d38820b9
Diffstat (limited to 'solenv/Module_solenv.mk')
-rw-r--r--solenv/Module_solenv.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/solenv/Module_solenv.mk b/solenv/Module_solenv.mk
index 4f2923166707..229ee5854425 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: