solenv/gbuild/platform/com_MSC_class.mk |   11 +++++++++++
 1 file changed, 11 insertions(+)

New commits:
commit 8bcb9090efe5a8c08881d0a39f102c5f736f2da6
Author: Luboš Luňák <l.lu...@suse.cz>
Date:   Mon Jul 15 14:13:13 2013 +0200

    add gb_JunitTest_SOFFICEARG setting also for windows
    
    Needed since e352abc2e60abd21e383ebf971e545ca510ac4ed .
    
    Change-Id: I1f46a01f319703a2225386e89fc94ca286b301ca

diff --git a/solenv/gbuild/platform/com_MSC_class.mk 
b/solenv/gbuild/platform/com_MSC_class.mk
index e8c30bf..dd5ceed 100644
--- a/solenv/gbuild/platform/com_MSC_class.mk
+++ b/solenv/gbuild/platform/com_MSC_class.mk
@@ -443,6 +443,17 @@ endef
 gb_defaultlangiso := en-US
 gb_smoketest_instset := 
$(SRCDIR)/instsetoo_native/$(INPATH)/OpenOffice/archive/install/$(gb_defaultlangiso)/OOo_*_install-arc_$(gb_defaultlangiso).zip
 
+ifneq ($(OOO_TEST_SOFFICE),)
+gb_JunitTest_SOFFICEARG:=$(OOO_TEST_SOFFICE)
+else
+ifneq ($(gb_JunitTest_DEBUGRUN),)
+gb_JunitTest_SOFFICEARG:=connect:pipe,name=$(USER)
+else
+gb_JunitTest_SOFFICEARG:=path:$(gb_DEVINSTALLROOT)/program/soffice
+endif
+endif
+
+
 define gb_JunitTest_JunitTest_platform
 $(call gb_JunitTest_get_target,$(1)) : DEFS := \
        
-Dorg.openoffice.test.arg.soffice="$$$${OOO_TEST_SOFFICE:-path:$(gb_DEVINSTALLROOT)/program/soffice.exe}"
 \
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to