NIHVIVO-76 Break the acceptance tests, to see how Hudson reacts.
This commit is contained in:
parent
c044b5831c
commit
c790aa60ea
1 changed files with 5 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue