mirror of https://github.com/apache/lucene.git
name test target 'test'
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/branches/newtrunk@924510 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b87c6bc4b9
commit
8d78ef8480
|
@ -17,9 +17,9 @@
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<project name="lucene-solr" default="run-tests" basedir=".">
|
<project name="lucene-solr" default="test" basedir=".">
|
||||||
|
|
||||||
<target name="run-tests">
|
<target name="test">
|
||||||
<sequential>
|
<sequential>
|
||||||
<subant target="test" inheritall="false" failonerror="true">
|
<subant target="test" inheritall="false" failonerror="true">
|
||||||
<fileset dir="lucene" includes="build.xml"/>
|
<fileset dir="lucene" includes="build.xml"/>
|
||||||
|
|
Loading…
Reference in New Issue