Get extra log information back when test fails
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131690 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c1576044be
commit
e4a0565465
|
@ -182,14 +182,16 @@
|
|||
|
||||
<batchtest fork="yes">
|
||||
<fileset dir="${source.test}">
|
||||
<include name="**/map/TestT*.java"/>
|
||||
<include name="**/Test*.java"/>
|
||||
<exclude name="**/TestAll*.java"/>
|
||||
<exclude name="**/TestAbstract*"/>
|
||||
<exclude name="**/TestArrayList.java"/>
|
||||
<exclude name="**/TestLinkedList.java"/>
|
||||
<exclude name="**/TestHashMap.java"/>
|
||||
<exclude name="**/TestTreeMap.java"/>
|
||||
<exclude name="**/TestTypedCollection.java"/>
|
||||
</fileset>
|
||||
<formatter type="brief" usefile="false" />
|
||||
</batchtest>
|
||||
</junit>
|
||||
</target>
|
||||
|
@ -210,6 +212,7 @@
|
|||
<fileset dir="${source.test}">
|
||||
<include name="**/TestAllPackages.java"/>
|
||||
</fileset>
|
||||
<formatter type="brief" usefile="false" />
|
||||
</batchtest>
|
||||
</junit>
|
||||
</target>
|
||||
|
|
Loading…
Reference in New Issue