diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-08-16 01:30:21 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-08-18 21:11:15 +0300 |
commit | bac11dce543410a216a26a0415ddb77878687474 (patch) | |
tree | 275f7bce365066c6df3aa0955e591ef44a13cf5e /smoketest | |
parent | 13940a8eac7059c0eb7f7cd243fa0b45582a4fad (diff) |
Actually the smoketest does not work for a sandboxed soffice on OS X
We can't create and bind Unix domain sockets, it seems, so bypass this
for now.
Change-Id: I85b84099f2d8afe860e0bc866e3ced3cb922ca63
Diffstat (limited to 'smoketest')
-rw-r--r-- | smoketest/Module_smoketest.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/smoketest/Module_smoketest.mk b/smoketest/Module_smoketest.mk index 30ed698676eb..6f10900f3035 100644 --- a/smoketest/Module_smoketest.mk +++ b/smoketest/Module_smoketest.mk @@ -32,9 +32,11 @@ $(eval $(call gb_Module_add_check_targets,smoketest,\ )) endif +ifneq (MACOSX/YES,$(OS)/$(ENABLE_MACOSX_SANDBOX)) $(eval $(call gb_Module_add_subsequentcheck_targets,smoketest,\ CppunitTest_smoketest \ )) +endif endif |