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

[122833] Improve Test Automation

parent 0f3e3359
No related branches found
No related tags found
No related merge requests found
......@@ -236,7 +236,7 @@
<copy file="${build.home}/releng.wtpbuilder/distribution/wtp.api/testScripts/test.xml" tofile="${apiRoot}/test.xml" overwrite="true"/>
<ant antfile="${build.home}/releng.wtpbuilder/distribution/wtp.tests/build.xml" target="runTestEclipse">
<property name="testRoot" value="${apiRoot}"/>
<property name="testTarget" value=""/>
<property name="testTarget" value="all"/>
</ant>
<antcall target="runJavaMain">
<param name="classname" value="org.eclipse.wtp.releng.tools.component.tptp.CodeCoverageScanner"/>
......
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