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="xml" /> <!-- to file -->
|
||||
|
||||
<batchtest todir="${reportsDir}">
|
||||
<batchtest todir="${reportsDir}" skipNonTests="true">
|
||||
<fileset dir="${buildTestDir}" includes="**/*Test*.class" />
|
||||
</batchtest>
|
||||
</junit>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue