User: user57  
  Date: 01/07/09 19:34:03

  Modified:    src/build run_tests.xml
  Log:
   o changed all deploy tests to deploy as a test and to not call System.exit().
     this should allow reports to be generated for tests that fail to deploy.
   o modified run_tests.xml basic-security-tests to not-halt on error, so that
     test-and-report will produce reports even if the security tests fail.
  
  Revision  Changes    Path
  1.20      +3 -3      jbosstest/src/build/run_tests.xml
  
  Index: run_tests.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/src/build/run_tests.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- run_tests.xml     2001/07/09 01:39:37     1.19
  +++ run_tests.xml     2001/07/10 02:34:03     1.20
  @@ -2,7 +2,7 @@
   
   <!-- An ant build file for running the test code against a
   JBoss server dist
  -$Revision: 1.19 $
  +$Revision: 1.20 $
   -->
   <project name="JBossUnitTests" default="run-tests" basedir="../../">
   
  @@ -135,7 +135,7 @@
       -->
     <!-- =================================================================== -->
       <target name="basic-security-tests">
  -        <junit printsummary="no" haltonfailure="yes" fork="true"
  +        <junit printsummary="no" haltonfailure="no" fork="true"
             dir="${build.classes.dir}" timeout="120000"
           >
               <jvmarg value="-Djava.security.manager" />
  @@ -166,7 +166,7 @@
        -->
     <!-- =================================================================== -->
       <target name="client-tests">
  -        <junit printsummary="no" haltonfailure="yes" fork="true"
  +        <junit printsummary="no" haltonfailure="no" fork="true"
             dir="${build.classes.dir}" timeout="120000"
           >
               <jvmarg value="-Djava.security.manager" />
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to