summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-11-25 16:40:02 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-11-25 16:48:43 +0100
commitfaa11fecdbca8cdba62a6cc5610c311fcbe0e607 (patch)
treeff030820850817a988b44192be814495cd4a28b8 /solenv
parentb0e1f784080a0f78689b8166f296069c7c2fb8ad (diff)
fix default junit soffice path
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/platform/unxgcc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/platform/unxgcc.mk b/solenv/gbuild/platform/unxgcc.mk
index d34d4a101648..9d07c9fcdd85 100644
--- a/solenv/gbuild/platform/unxgcc.mk
+++ b/solenv/gbuild/platform/unxgcc.mk
@@ -383,7 +383,7 @@ else
ifneq ($(gb_JunitTest_DEBUGRUN),)
gb_JunitTest_SOFFICEARG:=connect:pipe,name=$(USER)
else
-gb_JunitTest_SOFFICEARG:=$(OUTDIR)/installation/opt/program/soffice"
+gb_JunitTest_SOFFICEARG:=path:$(OUTDIR)/installation/opt/program/soffice
endif
endif