mirror of https://github.com/apache/lucene.git
LUCENE-4199: don't call this implicitly when you run test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4199@1359189 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
123b645157
commit
08c0677666
|
@ -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."
|
||||
|
|
Loading…
Reference in New Issue