From 9250eddbc0587f5841ef64c302a4b91d8910ae45 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 25 Jan 2007 11:17:50 +0000 Subject: INTEGRATION: CWS ause069 (1.6.230); FILE MERGED 2006/11/28 09:51:58 hjs 1.6.230.1: #i70359# remove forced shell calls --- framework/qa/unoapi/makefile.mk | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'framework/qa/unoapi') 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 ======================================================================= -- cgit