NIHVIVO-76 Break the acceptance tests, to see how Hudson reacts.

This commit is contained in:
jeb228 2010-03-16 20:27:40 +00:00
parent c044b5831c
commit c790aa60ea

View file

@ -61,13 +61,17 @@
</condition> </condition>
</fail> </fail>
<property file="${acceptance.properties.file}" prefix="acceptance." />
<property name="acceptance.script.directory" location="utilities/acceptance-tests/script"/> <property name="acceptance.script.directory" location="utilities/acceptance-tests/script"/>
<exec executable="ruby" dir="${acceptance.script.directory}" failonerror="true"> <exec executable="ruby" dir="${acceptance.script.directory}" failonerror="true">
<arg value="run_acceptance_tests.rb" /> <arg value="run_acceptance_tests.rb" />
<arg value="${acceptance.properties.file}" /> <arg value="${acceptance.properties.file}" />
</exec> </exec>
<fail message="Just testing to see what a broken build does." />
<exec executable="ruby" dir="${acceptance.script.directory}" failonerror="true">
<arg value="run_acceptance_tests.rb" />
<arg value="${acceptance.properties.file}" />
</exec>
</target> </target>
</project> </project>