Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2017-01-05 07:26:30 +0000
committerSravan Kumar Lakkimsetti2017-01-05 07:26:30 +0000
commitfc3f7c877cda2a721aab9339318bba63dad7d6db (patch)
treedd120d94b5e9658adb0da4fc76dc798354c824e3
parent20438c5612f6d595acbb022d7640d77f749c98c7 (diff)
downloadeclipse.platform.releng.aggregator-fc3f7c877cda2a721aab9339318bba63dad7d6db.tar.gz
eclipse.platform.releng.aggregator-fc3f7c877cda2a721aab9339318bba63dad7d6db.tar.xz
eclipse.platform.releng.aggregator-fc3f7c877cda2a721aab9339318bba63dad7d6db.zip
Revert "Bug 509922 - Performance tests are giving invalid test results"
-rw-r--r--production/testScripts/runTests2.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/production/testScripts/runTests2.xml b/production/testScripts/runTests2.xml
index e3220b6f5..1a7d526b3 100644
--- a/production/testScripts/runTests2.xml
+++ b/production/testScripts/runTests2.xml
@@ -126,8 +126,8 @@
<get
retries="5"
verbose="${selectiveVerbose}"
- src="${archiveLocation}/eclipse-Automated-Tests-${buildIdToUse}.zip"
- dest="${testDir}/eclipse-Automated-Tests-${buildIdToUse}.zip" />
+ src="${buildURL}/eclipse-Automated-Tests-${buildId}.zip"
+ dest="${testDir}/eclipse-Automated-Tests-${buildId}.zip" />
</target>
@@ -475,7 +475,7 @@
setupRepo task. -->
<property
name="repoZip"
- value="${executionDir}/eclipse-junit-tests-${buildIdToUse}.zip" />
+ value="${executionDir}/eclipse-junit-tests-${buildId}.zip" />
<echo message="repoZip: ${repoZip}" />
<antcall target="unzipTestFramework" />
@@ -860,7 +860,7 @@
<property
name="repoZip"
- value="${executionDir}/eclipse-junit-tests-${buildIdToUse}.zip" />
+ value="${executionDir}/eclipse-junit-tests-${buildId}.zip" />
<echo message="repoZip: ${repoZip}" />
<property
@@ -931,7 +931,7 @@
value="${testDir}/testresults" />
<property
name="testFramework"
- value="${testDir}/eclipse-Automated-Tests-${buildIdToUse}.zip" />
+ value="${testDir}/eclipse-Automated-Tests-${buildId}.zip" />
<condition property="testFrameworkExists">
<available file="${testFramework}" />

Back to the top