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:
Mark Robert Miller 2013-07-04 17:33:41 +00:00
parent c19abde3ee
commit 4083a005c5
1 changed files with 3 additions and 0 deletions

View File

@ -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" />