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

Build.xml fix

parent 278b62ea
......@@ -87,8 +87,10 @@
<then>
<!-- TODO: build test2 for windows -->
<foreach target="runAtest" param="aTest" list="test1,test4"/>
</then>
</else>
<foreach target="runAtest" param="aTest" list="test1,test2,test4"/>
</else>
</if>
<foreach target="runSSLtest" param="aTest" list="test3,test5"/>
</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