You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by fh...@apache.org on 2009/07/21 18:19:35 UTC

svn commit: r796361 - /tomcat/trunk/modules/jdbc-pool/build.xml

Author: fhanik
Date: Tue Jul 21 16:19:34 2009
New Revision: 796361

URL: http://svn.apache.org/viewvc?rev=796361&view=rev
Log:
Allow to run perf test as a one off 

Modified:
    tomcat/trunk/modules/jdbc-pool/build.xml

Modified: tomcat/trunk/modules/jdbc-pool/build.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/modules/jdbc-pool/build.xml?rev=796361&r1=796360&r2=796361&view=diff
==============================================================================
--- tomcat/trunk/modules/jdbc-pool/build.xml (original)
+++ tomcat/trunk/modules/jdbc-pool/build.xml Tue Jul 21 16:19:34 2009
@@ -451,7 +451,7 @@
   <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"/>
@@ -461,8 +461,6 @@
           <include name="org/apache/tomcat/jdbc/test/*${test}*.java"/>
           <exclude name="**/CreateTestTable*"/>
           <exclude name="**/DefaultTestCase*"/>
-          <exclude name="**/CheckOutThread*"/>
-          <exclude name="**/Fairness*"/>
         </fileset>
       </batchtest>
     </junit>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org