https://bz.apache.org/bugzilla/show_bug.cgi?id=63680

--- Comment #3 from [email protected] ---
stripped down junitlauncher task of our used junitlauncher task:

<junitlauncher>
        <testclasses outputdir="testResult/${outfile}">
                <zipfileset src="${basedir}/junit/tests.jar">
                        <include name="**/*Test.class"/>
                </zipfileset>
                <listener type="legacy-xml" sendSysOut="true" sendSysErr="true"
/>
                <fork includeJUnitPlatformLibraries="false">
                        <sysproperty
key="junit.jupiter.execution.parallel.enabled"
value="${regressionTests.parallel}" />
                </fork>
        </testclasses>
        <classpath>
                <fileset file="${basedir}/junit/libs/*.jar" />
                <fileset file="${basedir}/junit/tests.jar" />
        </classpath>
</junitlauncher>

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to