Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-02-07 21:54:02 +0000
committerDavid Williams2013-02-07 21:54:02 +0000
commitda2ad050031cfeef9b829497acee12a1328fc7f9 (patch)
tree7ca85d1d2a67d68b91b04b7258ab7799b18ed55f /production/testScripts/runTests2.xml
parent5447fb52dd8a362addb5990546f45cbbf1117595 (diff)
downloadeclipse.platform.releng.aggregator-da2ad050031cfeef9b829497acee12a1328fc7f9.tar.gz
eclipse.platform.releng.aggregator-da2ad050031cfeef9b829497acee12a1328fc7f9.tar.xz
eclipse.platform.releng.aggregator-da2ad050031cfeef9b829497acee12a1328fc7f9.zip
Bug 394293 - [CBI] launch the tests
Diffstat (limited to 'production/testScripts/runTests2.xml')
-rw-r--r--production/testScripts/runTests2.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/production/testScripts/runTests2.xml b/production/testScripts/runTests2.xml
index 7d27d38eb..83ac3b5ff 100644
--- a/production/testScripts/runTests2.xml
+++ b/production/testScripts/runTests2.xml
@@ -361,7 +361,8 @@
<echoproperties />
<property
name="test.xml"
- value="${relengBaseBuilderDir}/plugins/org.eclipse.build.tools/scripts/test.xml" />
+ value="${WORKSPACE}/sdk.tests/testScripts/runTests.xml" />
+ <!-- value="${relengBaseBuilderDir}/plugins/org.eclipse.build.tools/scripts/test.xml" /> -->
<condition
property="testPlatform"
value="win7-64">

Back to the top