Allow to run perf test as a one off
authorfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 21 Jul 2009 16:19:34 +0000 (16:19 +0000)
committerfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 21 Jul 2009 16:19:34 +0000 (16:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@796361 13f79535-47bb-0310-9956-ffa450edef68

modules/jdbc-pool/build.xml

index bf18de5..537e5dc 100644 (file)
   <target name="onetest" depends="build,build-test">
     
     <echo>Testing:${test}</echo>
-    <junit printsummary="yes">
+    <junit printsummary="withOutAndErr" showoutput="on">
       <syspropertyset refid="testdb"/>
       <formatter type="plain"/>
       <classpath refid="tomcat.jdbc.classpath"/>
           <include name="org/apache/tomcat/jdbc/test/*${test}*.java"/>
           <exclude name="**/CreateTestTable*"/>
           <exclude name="**/DefaultTestCase*"/>
-          <exclude name="**/CheckOutThread*"/>
-          <exclude name="**/Fairness*"/>
         </fileset>
       </batchtest>
     </junit>