Commit 2ae901be authored by Ian Craggs's avatar Ian Craggs

Fix build.xml properly this time - I tested it first!

parent 402d1f15
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
<!-- 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> </then>
</else> <else>
<foreach target="runAtest" param="aTest" list="test1,test2,test4"/> <foreach target="runAtest" param="aTest" list="test1,test2,test4"/>
</else> </else>
</if> </if>
......
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