Build tools - "testlib-tests" task is commented out.

This commit is contained in:
Evgeny Goldin
2012-03-07 21:31:32 +01:00
parent 44b2fec726
commit 5da08b2bbc
+2 -2
View File
@@ -310,7 +310,7 @@
<then>
<!-- Batch tests -->
<if>
<matches string="@{classpath}" pattern="/.jar$"/>
<matches string="@{classpath}" pattern="\.jar$"/>
<then>
<!-- Batch tests from a jar -->
<echo>Running JUnit: classpath = "@{classpath}" (Jar)</echo>
@@ -488,7 +488,7 @@
<hello-tests/>
<longer-examples-tests/>
<module-tests/>
<testlib-tests/>
<!--<testlib-tests/>-->
<compilation-fail-test/>
</target>
</project>