Skip to content

Commit

Permalink
Test Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhashimoto authored and brianchandotcom committed Nov 18, 2011
1 parent 67eb2d3 commit 2badf9b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion build-test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,16 @@
</target>

<target name="build-test-ant-script-db-upgrade-smoke">
<if>
<isset property="test.ant.script.evaluate.logs" />
<then>
<property name="test.ant.script.file.evaluate.logs" value="&lt;property name=&quot;test.evaluate.logs&quot; value=&quot;true&quot; /&gt;" />
</then>
<else>
<property name="test.ant.script.file.evaluate.logs" value=" " />
</else>
</if>

<for list="${test.ant.script.versions}" param="test.ant.script.version">
<sequential>
<if>
Expand Down Expand Up @@ -255,7 +265,7 @@
</target>

<target name="build-test-ant-scripts">
<property name="build-test-ant-scripts.version" value="5" />
<property name="build-test-ant-scripts.version" value="6" />

<if>
<available file="portal-web/test-ant-scripts/version" />
Expand Down

0 comments on commit 2badf9b

Please sign in to comment.