Commit 402d1f15 authored by Ian Craggs's avatar Ian Craggs

Build.xml fix

parent 278b62ea
...@@ -87,8 +87,10 @@ ...@@ -87,8 +87,10 @@
<then> <then>
<!-- TODO: build test2 for windows --> <!-- TODO: build test2 for windows -->
<foreach target="runAtest" param="aTest" list="test1,test4"/> <foreach target="runAtest" param="aTest" list="test1,test4"/>
</then>
</else> </else>
<foreach target="runAtest" param="aTest" list="test1,test2,test4"/> <foreach target="runAtest" param="aTest" list="test1,test2,test4"/>
</else>
</if> </if>
<foreach target="runSSLtest" param="aTest" list="test3,test5"/> <foreach target="runSSLtest" param="aTest" list="test3,test5"/>
</target> </target>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment