User: dmaplesden
  Date: 01/09/19 15:44:50

  Modified:    .        build.xml
  Log:
  change one-test target to find tests in 'perf' directories as well
  
  Revision  Changes    Path
  1.30      +2 -1      jbosstest/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/build.xml,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- build.xml 2001/09/19 19:16:53     1.29
  +++ build.xml 2001/09/19 22:44:50     1.30
  @@ -10,7 +10,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.29 2001/09/19 19:16:53 d_jencks Exp $ -->
  +<!-- $Id: build.xml,v 1.30 2001/09/19 22:44:50 dmaplesden Exp $ -->
   
   <project default="main" name="JBoss/Testsuite">
   
  @@ -1841,6 +1841,7 @@
   
           <fileset dir="${build.classes}">
             <include name="org/jboss/test/*/test/${test}.class"/>
  +          <include name="org/jboss/test/*/perf/${test}.class"/>
           </fileset>
         </batchtest>
       </junit>
  
  
  

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

Reply via email to