mirror of https://github.com/apache/lucene.git
fix broken failonerror=false in these targets
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1643940 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a5b8a645c6
commit
a5fc2765e4
|
@ -62,7 +62,7 @@
|
|||
</target>
|
||||
|
||||
<target name="pitest" description="Run PITest on both Lucene and Solr">
|
||||
<subant target="pitest" inheritall="false" failonerror="false">
|
||||
<subant target="pitest" inheritall="false" failonerror="true">
|
||||
<fileset dir="lucene" includes="build.xml" />
|
||||
<fileset dir="solr" includes="build.xml" />
|
||||
</subant>
|
||||
|
@ -481,7 +481,7 @@ File | Project Structure | Platform Settings | SDKs):
|
|||
</target>
|
||||
|
||||
<target name="regenerate" description="Runs all code regenerators">
|
||||
<subant target="regenerate" inheritall="false" failonerror="false">
|
||||
<subant target="regenerate" inheritall="false" failonerror="true">
|
||||
<fileset dir="lucene" includes="build.xml" />
|
||||
<!-- todo:
|
||||
<fileset dir="solr" includes="build.xml" />-->
|
||||
|
|
Loading…
Reference in New Issue