NIHVIVO-76 Tweak the build script so we can write the ant-ruby-output to the output directory.
This commit is contained in:
parent
e8d091b22d
commit
0955a1f010
1 changed files with 4 additions and 1 deletions
|
@ -60,9 +60,12 @@
|
||||||
</not>
|
</not>
|
||||||
</condition>
|
</condition>
|
||||||
</fail>
|
</fail>
|
||||||
|
|
||||||
|
<property name="acceptance.script.directory" location="utilities/acceptance-tests/script"/>
|
||||||
|
|
||||||
<property file="${acceptance.properties.file}" prefix="acceptance." />
|
<property file="${acceptance.properties.file}" prefix="acceptance." />
|
||||||
|
|
||||||
<exec executable="ruby" dir="utilities/acceptance-tests/script" failonerror="true">
|
<exec executable="ruby" dir="${acceptance.script.directory}" failonerror="true">
|
||||||
<redirector output="${acceptance.output_directory}/ant_output.txt" alwayslog="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}" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue