Added skipNonTests to junit exec
This commit is contained in:
parent
1a28970e44
commit
ae0a813dce
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@
|
||||||
<formatter type="plain" usefile="false" /> <!-- to screen -->
|
<formatter type="plain" usefile="false" /> <!-- to screen -->
|
||||||
<formatter type="xml" /> <!-- to file -->
|
<formatter type="xml" /> <!-- to file -->
|
||||||
|
|
||||||
<batchtest todir="${reportsDir}">
|
<batchtest todir="${reportsDir}" skipNonTests="true">
|
||||||
<fileset dir="${buildTestDir}" includes="**/*Test*.class" />
|
<fileset dir="${buildTestDir}" includes="**/*Test*.class" />
|
||||||
</batchtest>
|
</batchtest>
|
||||||
</junit>
|
</junit>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue