summaryrefslogtreecommitdiff
path: root/filter
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 /filter
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 'filter')
-rw-r--r--filter/CppunitTest_filter_tga_test.mk1
-rw-r--r--filter/CppunitTest_filter_tiff_test.mk1
2 files changed, 0 insertions, 2 deletions
diff --git a/filter/CppunitTest_filter_tga_test.mk b/filter/CppunitTest_filter_tga_test.mk
index aba721461271..3faed543f476 100644
--- a/filter/CppunitTest_filter_tga_test.mk
+++ b/filter/CppunitTest_filter_tga_test.mk
@@ -61,7 +61,6 @@ $(eval $(call gb_CppunitTest_add_components,filter_tga_test,\
))
$(eval $(call gb_CppunitTest_set_args,filter_tga_test,\
- --headless \
--protector unoexceptionprotector$(gb_Library_DLLEXT) unoexceptionprotector \
"-env:CONFIGURATION_LAYERS=xcsxcu:$(call gb_CppunitTarget__make_url,$(OUTDIR)/xml/registry)" \
))
diff --git a/filter/CppunitTest_filter_tiff_test.mk b/filter/CppunitTest_filter_tiff_test.mk
index 33480d1d97bf..a6ea2f34f38b 100644
--- a/filter/CppunitTest_filter_tiff_test.mk
+++ b/filter/CppunitTest_filter_tiff_test.mk
@@ -61,7 +61,6 @@ $(eval $(call gb_CppunitTest_add_components,filter_tiff_test,\
))
$(eval $(call gb_CppunitTest_set_args,filter_tiff_test,\
- --headless \
--protector unoexceptionprotector$(gb_Library_DLLEXT) unoexceptionprotector \
"-env:CONFIGURATION_LAYERS=xcsxcu:$(call gb_CppunitTarget__make_url,$(OUTDIR)/xml/registry)" \
))