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:46:47 UTC

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

Author: peter_firmstone
Date: Sat May 31 05:46:46 2014
New Revision: 1598824

URL: http://svn.apache.org/r1598824
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=1598824&r1=1598823&r2=1598824&view=diff
==============================================================================
--- river/jtsk/skunk/qa_refactor/trunk/build.xml (original)
+++ river/jtsk/skunk/qa_refactor/trunk/build.xml Sat May 31 05:46:46 2014
@@ -57,6 +57,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.clean">
+        <ant dir="qa" target="harness-runtime" inheritall="false"></ant>
         <ant dir="qa" target="run-categories" inheritall="false">
             <property name="harness.generateHtml" value="${harness.generateHtml}" />
         </ant>