You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2014/08/30 20:13:11 UTC

svn commit: r1621502 - in /lucene/dev/branches/branch_4x: ./ build.xml

Author: uschindler
Date: Sat Aug 30 18:13:11 2014
New Revision: 1621502

URL: http://svn.apache.org/r1621502
Log:
Merged revision(s) 1621501 from lucene/dev/trunk:
Don't run slow tests with clover

Modified:
    lucene/dev/branches/branch_4x/   (props changed)
    lucene/dev/branches/branch_4x/build.xml

Modified: lucene/dev/branches/branch_4x/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/build.xml?rev=1621502&r1=1621501&r2=1621502&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/build.xml (original)
+++ lucene/dev/branches/branch_4x/build.xml Sat Aug 30 18:13:11 2014
@@ -440,6 +440,7 @@ File | Project Structure | Platform Sett
       <param name="tests.multiplier" value="1"/>
       <param name="tests.nightly" value="false"/>
       <param name="tests.weekly" value="false"/>
+      <param name="tests.slow" value="false"/>
       <param name="tests.badapples" value="true"/>
       <!-- The idea behind Clover is to determine test coverage, so be immune to failing tests: -->
       <param name="tests.haltonfailure" value="false"/>