diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-25 11:17:50 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-25 11:17:50 +0000 |
commit | 9250eddbc0587f5841ef64c302a4b91d8910ae45 (patch) | |
tree | 2f5dc279a81049c492147fd45565c27697932489 /framework/qa/unoapi | |
parent | 8fd6365914e6d811adc18fac75fdf5d0c6795ab1 (diff) |
INTEGRATION: CWS ause069 (1.6.230); FILE MERGED
2006/11/28 09:51:58 hjs 1.6.230.1: #i70359# remove forced shell calls
Diffstat (limited to 'framework/qa/unoapi')
-rwxr-xr-x | framework/qa/unoapi/makefile.mk | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/framework/qa/unoapi/makefile.mk b/framework/qa/unoapi/makefile.mk index 8f8d9b2d914d..431f97281167 100755 --- a/framework/qa/unoapi/makefile.mk +++ b/framework/qa/unoapi/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: rt $ $Date: 2005-09-09 01:02:20 $ +# last change: $Author: obo $ $Date: 2007-01-25 12:17:50 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -39,7 +39,7 @@ PRJNAME=framework TARGET=qa_unoapi ALLTAR: - +$(SOLARENV)$/bin$/checkapi -sce framework.sce -xcl knownissues.xcl -tdoc $(PWD)$/testdocuments -THRCNT 1 -AutoRestart true - +@echo ======================================================================= - +@echo In case you noticed a failures of fwk.JobExecutor or fwk.JobHandler make sure that you registered $(SOLARSRC)$/qadevOOo$/testdocs$/qadevlibs$/JobExecutor.jar - +@echo ======================================================================= + $(SOLARENV)$/bin$/checkapi -sce framework.sce -xcl knownissues.xcl -tdoc $(PWD)$/testdocuments -THRCNT 1 -AutoRestart true + @echo ======================================================================= + @echo In case you noticed a failures of fwk.JobExecutor or fwk.JobHandler make sure that you registered $(SOLARSRC)$/qadevOOo$/testdocs$/qadevlibs$/JobExecutor.jar + @echo ======================================================================= |