NIHVIVO-76 Tweak the build script to give up on the ant-ruby-output.
This commit is contained in:
parent
0955a1f010
commit
854f256a05
1 changed files with 1 additions and 3 deletions
|
@ -61,12 +61,10 @@
|
||||||
</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"/>
|
||||||
|
|
||||||
<property file="${acceptance.properties.file}" prefix="acceptance." />
|
|
||||||
|
|
||||||
<exec executable="ruby" dir="${acceptance.script.directory}" failonerror="true">
|
<exec executable="ruby" dir="${acceptance.script.directory}" failonerror="true">
|
||||||
<redirector output="${acceptance.output_directory}/ant_output.txt" alwayslog="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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue