From 802518c59a2cf4b47ff893305ad9781db4353ec2 Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Mon, 2 Apr 2012 12:23:15 +0200 Subject: 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 --- sd/CppunitTest_sd_filters_test.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'sd/CppunitTest_sd_filters_test.mk') 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)" \ )) -- cgit