Added skipNonTests to junit exec
This commit is contained in:
parent
6b10819006
commit
aaddd61963
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,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