You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2012/07/09 16:24:49 UTC

svn commit: r1359189 - /lucene/dev/branches/lucene4199/solr/build.xml

Author: rmuir
Date: Mon Jul  9 14:24:49 2012
New Revision: 1359189

URL: http://svn.apache.org/viewvc?rev=1359189&view=rev
Log:
LUCENE-4199: don't call this implicitly when you run test

Modified:
    lucene/dev/branches/lucene4199/solr/build.xml

Modified: lucene/dev/branches/lucene4199/solr/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene4199/solr/build.xml?rev=1359189&r1=1359188&r2=1359189&view=diff
==============================================================================
--- lucene/dev/branches/lucene4199/solr/build.xml (original)
+++ lucene/dev/branches/lucene4199/solr/build.xml Mon Jul  9 14:24:49 2012
@@ -130,7 +130,7 @@
   <target name="compile" description="Compile the source code."
           depends="compile-core, compile-contrib"/>
   <target name="test" description="Validate, then run core, solrj, and contrib unit tests."
-          depends="validate, test-core, test-contrib"/>
+          depends="test-core, test-contrib"/>
   <target name="test-core" description="Runs the core and solrj unit tests."
           depends="test-solr-core, test-solrj"/>
   <target name="compile-test" description="Compile unit tests."