diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2012-04-02 12:23:15 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-04-02 12:26:20 +0200 |
commit | 802518c59a2cf4b47ff893305ad9781db4353ec2 (patch) | |
tree | 0346a36807304fdeab244ea59c29f311846a0bba /sot | |
parent | 6b6ca3d1168323651e87c51268b5c0c37532999b (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 'sot')
-rw-r--r-- | sot/CppunitTest_sot_test_sot.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sot/CppunitTest_sot_test_sot.mk b/sot/CppunitTest_sot_test_sot.mk index 7403b5b0a3cf..41f538f75a57 100644 --- a/sot/CppunitTest_sot_test_sot.mk +++ b/sot/CppunitTest_sot_test_sot.mk @@ -63,7 +63,6 @@ $(eval $(call gb_CppunitTest_add_type_rdbs,sot_test_sot,\ )) $(eval $(call gb_CppunitTest_set_args,sot_test_sot,\ - --headless \ --protector unoexceptionprotector$(gb_Library_DLLEXT) unoexceptionprotector \ )) |