Added skipNonTests to junit exec

This commit is contained in:
Ziver Koc 2016-02-28 02:29:46 +01:00
parent 1a28970e44
commit ae0a813dce

View file

@ -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>