diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-25 12:23:15 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-25 12:23:15 +0000 |
commit | 19c328a6e40d1dc0559c9ca9b70c0b23379099fa (patch) | |
tree | ccb1fdd8937ad80be120973821aeeb1e5188066c /testtools | |
parent | ffadbef9677343256088360d267b7111efb87f68 (diff) |
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')
-rw-r--r-- | testtools/qa/cli/makefile.mk | 6 |
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 |