Explorar el Código

Unbreak antcall stuff

Change-Id: Ie7d1ef8d3b76d46466b178c3b9d59f205611a64a
Reviewed-on: http://gerrit.dmdirc.com/794
Reviewed-by: Shane Mc Cormack <shane@dmdirc.com>
Automatic-Compile: Shane Mc Cormack <shane@dmdirc.com>
tags/0.6.3b1
Chris Smith hace 14 años
padre
commit
f93637853a
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3
    3
      build-tests.xml

+ 3
- 3
build-tests.xml Ver fichero

@@ -90,9 +90,9 @@
90 90
 
91 91
     <target name="-test-no-xvfb" unless="use.xvfb">
92 92
         <antcall>
93
-            <target>with.clover</target>
94
-            <target>do-real-test</target>
95
-            <target>clover.snapshot</target>
93
+            <target name="with.clover"/>
94
+            <target name="do-real-test"/>
95
+            <target name="clover.snapshot"/>
96 96
         </antcall>
97 97
     </target>
98 98
 

Loading…
Cancelar
Guardar