summaryrefslogtreecommitdiffstats
path: root/testtools/qa
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-01-25 12:23:15 +0000
committerOliver Bolte <obo@openoffice.org>2007-01-25 12:23:15 +0000
commit19c328a6e40d1dc0559c9ca9b70c0b23379099fa (patch)
treeccb1fdd8937ad80be120973821aeeb1e5188066c /testtools/qa
parentINTEGRATION: CWS ause069 (1.8.28); FILE MERGED (diff)
downloadcore-19c328a6e40d1dc0559c9ca9b70c0b23379099fa.tar.gz
core-19c328a6e40d1dc0559c9ca9b70c0b23379099fa.zip
INTEGRATION: CWS ause069 (1.3.40); FILE MERGED
2007/01/17 14:27:16 hjs 1.3.40.1: #i70359# no forced shell required here
Diffstat (limited to 'testtools/qa')
-rw-r--r--testtools/qa/cli/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/testtools/qa/cli/makefile.mk b/testtools/qa/cli/makefile.mk
index eaa83d86d01a..4b0923d20322 100644
--- a/testtools/qa/cli/makefile.mk
+++ b/testtools/qa/cli/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: rt $ $Date: 2005-10-19 11:42:53 $
+# last change: $Author: obo $ $Date: 2007-01-25 13:23:15 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -85,6 +85,6 @@ CT_NOOFFICE = -NoOffice
RUN:
.IF "$(GUI)"=="WNT"
- +java -cp $(CLASSPATH) -Dcli_test=$(EXETARGET) -Dcli_test_arg=$(EXEARG) $(CT_APP) $(CT_NOOFFICE) $(CT_TESTBASE) $(CT_TEST)
+ java -cp $(CLASSPATH) -Dcli_test=$(EXETARGET) -Dcli_test_arg=$(EXEARG) $(CT_APP) $(CT_NOOFFICE) $(CT_TESTBASE) $(CT_TEST)
.ENDIF
run: RUN