summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-04-02 12:23:15 +0200
committerLuboš Luňák <l.lunak@suse.cz>2012-04-02 12:26:20 +0200
commit802518c59a2cf4b47ff893305ad9781db4353ec2 (patch)
tree0346a36807304fdeab244ea59c29f311846a0bba /sd
parent6b6ca3d1168323651e87c51268b5c0c37532999b (diff)
always pass --headless to cppunits
They should not need any actual UI anyway, and most of them already pass the option manually. http://lists.freedesktop.org/archives/libreoffice/2012-March/029109.html
Diffstat (limited to 'sd')
-rw-r--r--sd/CppunitTest_sd_filters_test.mk1
-rw-r--r--sd/CppunitTest_sd_regression_test.mk1
-rw-r--r--sd/CppunitTest_sd_uimpress.mk1
3 files changed, 0 insertions, 3 deletions
diff --git a/sd/CppunitTest_sd_filters_test.mk b/sd/CppunitTest_sd_filters_test.mk
index f3c5b222e0b8..9f55c856a52f 100644
--- a/sd/CppunitTest_sd_filters_test.mk
+++ b/sd/CppunitTest_sd_filters_test.mk
@@ -113,7 +113,6 @@ $(eval $(call gb_CppunitTest_add_components,sd_filters_test,\
))
$(eval $(call gb_CppunitTest_set_args,sd_filters_test,\
- --headless \
--protector unoexceptionprotector$(gb_Library_DLLEXT) unoexceptionprotector \
"-env:CONFIGURATION_LAYERS=xcsxcu:$(call gb_CppunitTarget__make_url,$(OUTDIR)/xml/registry) module:$(call gb_CppunitTarget__make_url,$(OUTDIR)/xml/registry/spool)" \
))
diff --git a/sd/CppunitTest_sd_regression_test.mk b/sd/CppunitTest_sd_regression_test.mk
index 0161e98463af..1c21c0c58ed5 100644
--- a/sd/CppunitTest_sd_regression_test.mk
+++ b/sd/CppunitTest_sd_regression_test.mk
@@ -123,7 +123,6 @@ $(eval $(call gb_CppunitTest_add_components,sd_regression_test,\
))
$(eval $(call gb_CppunitTest_set_args,sd_regression_test,\
- --headless \
--protector unoexceptionprotector$(gb_Library_DLLEXT) unoexceptionprotector \
"-env:CONFIGURATION_LAYERS=xcsxcu:$(call gb_CppunitTarget__make_url,$(OUTDIR)/xml/registry) module:$(call gb_CppunitTarget__make_url,$(OUTDIR)/xml/registry/spool) xcsxcu:$(call gb_CppunitTarget__make_url,$(OUTDIR)/unittest/registry)" \
"-env:SVG_DISABLE_FONT_EMBEDDING=YEAH" \
diff --git a/sd/CppunitTest_sd_uimpress.mk b/sd/CppunitTest_sd_uimpress.mk
index d70933c48478..ba7cb3cb08dc 100644
--- a/sd/CppunitTest_sd_uimpress.mk
+++ b/sd/CppunitTest_sd_uimpress.mk
@@ -90,7 +90,6 @@ $(eval $(call gb_CppunitTest_add_components,sd_uimpress,\
))
$(eval $(call gb_CppunitTest_set_args,sd_uimpress,\
- --headless \
--protector unoexceptionprotector$(gb_Library_DLLEXT) unoexceptionprotector \
"-env:CONFIGURATION_LAYERS=xcsxcu:$(call gb_CppunitTarget__make_url,$(OUTDIR)/xml/registry)" \
))