INTEGRATION: CWS ause069 (1.4.230); FILE MERGED
2006/11/28 09:51:58 hjs 1.4.230.1: #i70359# remove forced shell calls
This commit is contained in:
parent
1f63392426
commit
8fd6365914
1 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
|||
#
|
||||
# $RCSfile: makefile.mk,v $
|
||||
#
|
||||
# $Revision: 1.4 $
|
||||
# $Revision: 1.5 $
|
||||
#
|
||||
# last change: $Author: rt $ $Date: 2005-09-09 01:01:09 $
|
||||
# last change: $Author: obo $ $Date: 2007-01-25 12:17:37 $
|
||||
#
|
||||
# The Contents of this file are made available subject to
|
||||
# the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -93,7 +93,7 @@ $(CLASSDIR)$/$(PACKAGE)$/$(JAVAFILES:b).props : $(JAVAFILES:b).props
|
|||
RUN: run
|
||||
|
||||
run:
|
||||
+java -cp $(CLASSPATH) $(CT_APP) $(CT_TESTBASE) $(CT_APPEXECCOMMAND) $(CT_TEST) -tdoc $(PWD)$/testdocuments
|
||||
java -cp $(CLASSPATH) $(CT_APP) $(CT_TESTBASE) $(CT_APPEXECCOMMAND) $(CT_TEST) -tdoc $(PWD)$/testdocuments
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue