Skip to content
Snippets Groups Projects
Commit 94ac74c0 authored by jeffliu's avatar jeffliu
Browse files

[95177] Run J2EE JUnit tests with PIAgent

parent 170770c8
No related branches found
No related tags found
No related merge requests found
......@@ -165,16 +165,18 @@
</target>
<target name="jst-j2ee-core-tests" description="Runs the org.eclipse.jst.j2ee.core.tests test.xml">
<antcall target="runtests">
<antcall target="runapitests">
<param name="testPlugin" value="${org.eclipse.jst.j2ee.core.tests}" />
<param name="report" value="org.eclipse.jst.j2ee.core.tests" />
<param name="package.includes" value="org.eclipse.jst.j2ee."/>
</antcall>
</target>
<target name="jst-j2ee-tests" description="Runs the org.eclipse.jst.j2ee.tests test.xml">
<antcall target="runtests">
<antcall target="runapitests">
<param name="testPlugin" value="${org.eclipse.jst.j2ee.tests}" />
<param name="report" value="org.eclipse.jst.j2ee.tests" />
<param name="package.includes" value="org.eclipse.jst.j2ee."/>
</antcall>
</target>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment