Revert "disable license checker on windows for now, jenkins boxes have perl problems"

This reverts commit 6e9d8671bc.

Lets see if they are up for the task now.
This commit is contained in:
Robert Muir 2015-08-06 22:17:45 -04:00
parent 6e7d1a828d
commit 633b4868d9
1 changed files with 1 additions and 2 deletions

View File

@ -111,8 +111,7 @@
<available file="${basedir}/../licenses" type="dir"/> <available file="${basedir}/../licenses" type="dir"/>
</condition> </condition>
<echo taskName="license check">Running license check</echo> <echo taskName="license check">Running license check</echo>
<!-- don't run on windows, because everyone hates it --> <exec failonerror="${licenses.exists}" executable="perl"
<exec failonerror="${licenses.exists}" executable="perl" osfamily="unix"
dir="${elasticsearch.tools.directory}/license-check"> dir="${elasticsearch.tools.directory}/license-check">
<arg value="check_license_and_sha.pl"/> <arg value="check_license_and_sha.pl"/>
<arg value="--check"/> <arg value="--check"/>