vmassol     2003/03/30 07:19:05

  Modified:    integration/ant/src/scripts/share build-share.xml
  Log:
  build now correctly stops if a failure/error occurs during the tests
  
  Revision  Changes    Path
  1.13      +8 -0      jakarta-cactus/integration/ant/src/scripts/share/build-share.xml
  
  Index: build-share.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/integration/ant/src/scripts/share/build-share.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- build-share.xml   29 Mar 2003 15:10:04 -0000      1.12
  +++ build-share.xml   30 Mar 2003 15:19:05 -0000      1.13
  @@ -206,6 +206,10 @@
           <!-- Call the correct test runner -->
           <antcall target="cactus.test.${cactus.runner}" inheritRefs="true"/>
           
  +    </target>
  +
  +    <target name="cactus.test.check.result">
  +
           <!-- Decides whether to halt the build if errors or failures have
                  occurred -->
   
  @@ -283,6 +287,8 @@
   
           </junit>
   
  +        <antcall target="cactus.test.check.result"/>
  +
       </target>
   
       <!--
  @@ -321,6 +327,8 @@
               <arg value="-noloading"/>
   
           </java>
  +
  +        <antcall target="cactus.test.check.result"/>
   
       </target>
             
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to