Return-Path: Delivered-To: apmail-ws-axis-cvs-archive@www.apache.org Received: (qmail 26416 invoked from network); 9 Sep 2004 05:00:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 9 Sep 2004 05:00:36 -0000 Received: (qmail 30171 invoked by uid 500); 9 Sep 2004 05:00:33 -0000 Delivered-To: apmail-ws-axis-cvs-archive@ws.apache.org Received: (qmail 30074 invoked by uid 500); 9 Sep 2004 05:00:32 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 30051 invoked by uid 99); 9 Sep 2004 05:00:32 -0000 X-ASF-Spam-Status: No, hits=-2.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 08 Sep 2004 22:00:32 -0700 Received: (qmail 26390 invoked by uid 1683); 9 Sep 2004 05:00:30 -0000 Date: 9 Sep 2004 05:00:30 -0000 Message-ID: <20040909050030.26389.qmail@minotaur.apache.org> From: damitha@apache.org To: ws-axis-cvs@apache.org Subject: cvs commit: ws-axis/c/tests/auto_build autoBuildCVS.sh X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N damitha 2004/09/08 22:00:30 Modified: c/tests/auto_build autoBuildCVS.sh Log: resolved a small bug Revision Changes Path 1.11 +4 -5 ws-axis/c/tests/auto_build/autoBuildCVS.sh Index: autoBuildCVS.sh =================================================================== RCS file: /home/cvs/ws-axis/c/tests/auto_build/autoBuildCVS.sh,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- autoBuildCVS.sh 9 Sep 2004 04:04:57 -0000 1.10 +++ autoBuildCVS.sh 9 Sep 2004 05:00:30 -0000 1.11 @@ -78,13 +78,12 @@ if [ $? = 0 ] then - echo Source Build Sucessfull - echo `date` Source Build Sucessfull >> ${LOG} + echo Source Build Sucessfull + echo `date` Source Build Sucessfull >> ${LOG} else echo Source Build Failed echo `date` Source Build Failed >> ${LOG} if test -f mailto; then - cd testcases/build cat log_source_build_messages | mutt -s "[test-results]Axis C++ Autobuild and regression test" -a "log_source_build_errors" -x axis-c-dev@ws.apache.org fi exit @@ -147,6 +146,6 @@ #If you need to mail results create a file called mailto in the current #folder. This file has no meaning except this purpose if test -f mailto; then -cd testcases/build -cat runTestCase.log | mutt -s "[test-results]Axis C++ Autobuild and regression test" -a "buildTestCase.log" -x axis-c-dev@ws.apache.org + cd testcases/build + cat runTestCase.log | mutt -s "[test-results]Axis C++ Autobuild and regression test" -a "buildTestCase.log" -x axis-c-dev@ws.apache.org fi