diff options
Diffstat (limited to 'make')
-rw-r--r-- | make/build-junit.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/make/build-junit.xml b/make/build-junit.xml index 749e73dbd..6c4f42811 100644 --- a/make/build-junit.xml +++ b/make/build-junit.xml @@ -93,6 +93,7 @@ <batchtest todir="${results.junit}"> <fileset dir="${classes}"> <include name="${java.dir.test}/**/Test*CORE*"/> + <exclude name="**/*$$*"/> </fileset> <formatter usefile="false" type="brief"/> <formatter usefile="true" type="xml"/> @@ -110,6 +111,7 @@ <!-- results in absolute path --> <fileset dir="${classes}"> <include name="${java.dir.test}/**/Test*NEWT*"/> + <exclude name="**/*$$*"/> </fileset> <sequential> <var name="test.class.path" unset="true"/> @@ -178,6 +180,7 @@ <batchtest todir="${results.junit}"> <fileset dir="${classes}"> <include name="${java.dir.test}/**/Test*AWT*"/> + <exclude name="**/*$$*"/> </fileset> <formatter usefile="false" type="brief"/> <formatter usefile="true" type="xml"/> |