summaryrefslogtreecommitdiff
path: root/testtools
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2009-05-08 07:34:37 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2009-05-08 07:34:37 +0000
commit1adf6cca92d0e5661f7656632131c7b0095e716c (patch)
treec32761f56a136d6cedc4ddd2efb05da4f82a0a78 /testtools
parent1c8b663c40bd5bd74745d9f0d750777e1daec6aa (diff)
#i10000# Correct echo statement for 4nt case.
Diffstat (limited to 'testtools')
-rw-r--r--testtools/source/bridgetest/makefile.mk11
1 files changed, 4 insertions, 7 deletions
diff --git a/testtools/source/bridgetest/makefile.mk b/testtools/source/bridgetest/makefile.mk
index 0003d735541a..bad0d2f76506 100644
--- a/testtools/source/bridgetest/makefile.mk
+++ b/testtools/source/bridgetest/makefile.mk
@@ -157,7 +157,7 @@ $(DLLDEST)$/bridgetest_inprocess$(BATCH_SUFFIX) .ERRREMOVE: makefile.mk
-s com.sun.star.test.bridge.BridgeTest -- \
com.sun.star.test.bridge.CppTestObject > $@
.ELSE
- echo echo ERROR: this script can only be created properly for USE_SHELL=bash > $@
+ echo ERROR: this script can only be created properly for USE_SHELL=bash > $@
.ENDIF
$(GIVE_EXEC_RIGHTS) $@
@@ -167,8 +167,7 @@ $(DLLDEST)$/bridgetest_client$(BATCH_SUFFIX) .ERRREMOVE: makefile.mk
-s com.sun.star.test.bridge.BridgeTest -- \
-u \''uno:socket,host=127.0.0.1,port=2002;urp;test'\' > $@
.ELSE
- echo echo ERROR: this script can only be created properly for \
- USE_SHELL=bash > $@
+ echo ERROR: this script can only be created properly for USE_SHELL=bash > $@
.ENDIF
$(GIVE_EXEC_RIGHTS) $@
@@ -179,8 +178,7 @@ $(DLLDEST)$/bridgetest_server$(BATCH_SUFFIX) .ERRREMOVE: makefile.mk
-u \''uno:socket,host=127.0.0.1,port=2002;urp;test'\' --singleaccept \
> $@
.ELSE
- echo echo ERROR: this script can only be created properly for \
- USE_SHELL=bash > $@
+ echo ERROR: this script can only be created properly for USE_SHELL=bash > $@
.ENDIF
$(GIVE_EXEC_RIGHTS) $@
@@ -207,8 +205,7 @@ $(DLLDEST)$/bridgetest_inprocess_java$(BATCH_SUFFIX) .ERRREMOVE: makefile.mk
-env:URE_INTERNAL_JAVA_DIR=$(MY_URE_INTERNAL_JAVA_DIR) \
-- com.sun.star.test.bridge.JavaTestObject noCurrentContext > $@
.ELSE
- echo echo ERROR: this script can only be created properly for \
- USE_SHELL=bash > $@
+ echo ERROR: this script can only be created properly for USE_SHELL=bash > $@
.ENDIF
$(GIVE_EXEC_RIGHTS) $@
.ENDIF