You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by pe...@apache.org on 2014/05/31 07:35:14 UTC

svn commit: r1598823 - /river/jtsk/skunk/qa_refactor/trunk/build.xml

Author: peter_firmstone
Date: Sat May 31 05:35:13 2014
New Revision: 1598823

URL: http://svn.apache.org/r1598823
Log:
Smaller test runs for Jenkins

Modified:
    river/jtsk/skunk/qa_refactor/trunk/build.xml

Modified: river/jtsk/skunk/qa_refactor/trunk/build.xml
URL: http://svn.apache.org/viewvc/river/jtsk/skunk/qa_refactor/trunk/build.xml?rev=1598823&r1=1598822&r2=1598823&view=diff
==============================================================================
--- river/jtsk/skunk/qa_refactor/trunk/build.xml (original)
+++ river/jtsk/skunk/qa_refactor/trunk/build.xml Sat May 31 05:35:13 2014
@@ -56,7 +56,7 @@
 
     <target name="hudson-qa" description="hudson QA build target" depends="diagnostics,hudson-qa-settings,all.clean,qa.run" />
     
-    <target name="hudson-category" description="hudson QA build target" depends="diagnostics,hudson-qa-settings,all.cleans">
+    <target name="hudson-category" description="hudson QA build target" depends="diagnostics,hudson-qa-settings,all.clean">
         <ant dir="qa" target="run-categories" inheritall="false">
             <property name="harness.generateHtml" value="${harness.generateHtml}" />
         </ant>