Build tools - "testlib-tests" task is commented out.
This commit is contained in:
@@ -310,7 +310,7 @@
|
|||||||
<then>
|
<then>
|
||||||
<!-- Batch tests -->
|
<!-- Batch tests -->
|
||||||
<if>
|
<if>
|
||||||
<matches string="@{classpath}" pattern="/.jar$"/>
|
<matches string="@{classpath}" pattern="\.jar$"/>
|
||||||
<then>
|
<then>
|
||||||
<!-- Batch tests from a jar -->
|
<!-- Batch tests from a jar -->
|
||||||
<echo>Running JUnit: classpath = "@{classpath}" (Jar)</echo>
|
<echo>Running JUnit: classpath = "@{classpath}" (Jar)</echo>
|
||||||
@@ -488,7 +488,7 @@
|
|||||||
<hello-tests/>
|
<hello-tests/>
|
||||||
<longer-examples-tests/>
|
<longer-examples-tests/>
|
||||||
<module-tests/>
|
<module-tests/>
|
||||||
<testlib-tests/>
|
<!--<testlib-tests/>-->
|
||||||
<compilation-fail-test/>
|
<compilation-fail-test/>
|
||||||
</target>
|
</target>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
Reference in New Issue
Block a user