Making ant junit call avoid running the abstract Junit tests

This commit is contained in:
joseph.lizier 2012-12-18 10:59:40 +00:00
parent 90c0f5a105
commit 13816b9adc
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@
<batchtest todir="${reports.tests}"> <!-- Writes full reports with stdout and stderr to ${reports.tests} -->
<fileset dir="${unittestsbin}">
<include name="**/*.class"/>
<exclude name="**/*AbstractTester.class"/>
</fileset>
</batchtest>
</junit>