mirror of https://github.com/apache/lucene.git
nightly-smoke should fail right away if the python executable is not valid
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1499817 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c19abde3ee
commit
4083a005c5
|
@ -287,6 +287,9 @@
|
|||
|
||||
<target name="nightly-smoke" description="Builds an unsigned release and smoke tests it" depends="clean,-env-JAVA7_HOME">
|
||||
<fail unless="JAVA7_HOME">JAVA7_HOME property or environment variable is not defined.</fail>
|
||||
<exec executable="${python32.exe}" failonerror="true">
|
||||
<arg value="-V"/>
|
||||
</exec>
|
||||
<property name="svnversion.exe" value="svnversion" />
|
||||
<subant target="prepare-release-no-sign" inheritall="false" failonerror="true">
|
||||
<fileset dir="lucene" includes="build.xml" />
|
||||
|
|
Loading…
Reference in New Issue