NIHVIVO-76 Take out the intentional failure in the acceptance tests.
This commit is contained in:
parent
c790aa60ea
commit
31ebff72fd
1 changed files with 7 additions and 3 deletions
|
@ -49,6 +49,10 @@
|
||||||
|
|
||||||
<!-- =================================
|
<!-- =================================
|
||||||
target: acceptance
|
target: acceptance
|
||||||
|
|
||||||
|
Hudson (continuous integration)
|
||||||
|
uses this to run the acceptance
|
||||||
|
tests.
|
||||||
================================= -->
|
================================= -->
|
||||||
<target name="acceptance" description="--> Run the acceptance tests">
|
<target name="acceptance" description="--> Run the acceptance tests">
|
||||||
<property name="acceptance.properties.file"
|
<property name="acceptance.properties.file"
|
||||||
|
@ -67,9 +71,9 @@
|
||||||
<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">
|
<exec executable="ruby" dir="${acceptance.script.directory}" failonerror="true">
|
||||||
<arg value="run_acceptance_tests.rb" />
|
<arg value="output_manager.rb" />
|
||||||
<arg value="${acceptance.properties.file}" />
|
<arg value="${acceptance.properties.file}" />
|
||||||
</exec>
|
</exec>
|
||||||
</target>
|
</target>
|
||||||
|
|
Loading…
Add table
Reference in a new issue