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

[122833] Improve Test Automation

parent eb499c26
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,7 @@
<condition property="wtp-jst-tests" value="wtp-jst-Automated-Tests-${buildId}.zip" else="wtp-jst-Automated-Tests-${buildType}-${buildId}-${timestamp}.zip">
<available file="${local.cache.dir}/wtp-jst-Automated-Tests-${buildId}.zip"/>
</condition>
<antcall target="setup"/>
<antcall target="run"/>
<antcall target="graph"/>
<antcall target="upload"/>
......
......@@ -13,7 +13,6 @@
<property name="jonas432Dir" value="${perfRoot}/JONAS_4_3_2"/>
<target name="runperftests">
<ant antfile="${build.home}/releng.wtpbuilder/distribution/wtp.perf/build.xml" target="setup"/>
<available file="${perfRoot}/eclipse/plugins/${testPlugin}/test.xml" property="test.xml.exists"/>
<antcall target="runtests"/>
</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