Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2015-03-27 21:42:19 +0000
committerDavid Williams2015-03-27 21:43:50 +0000
commit0d590df5b92cb9aca0a8b58dc69e317174a2901a (patch)
treef31f20d51aba4cb1ef3446d1bc50adf32d257050 /production/testScripts/configuration/sdk.tests/testScripts/test.xml
parentf6f27a247a79fa7bd3f8a2a34ca6dd67a9b8ab45 (diff)
downloadeclipse.platform.releng.aggregator-0d590df5b92cb9aca0a8b58dc69e317174a2901a.tar.gz
eclipse.platform.releng.aggregator-0d590df5b92cb9aca0a8b58dc69e317174a2901a.tar.xz
eclipse.platform.releng.aggregator-0d590df5b92cb9aca0a8b58dc69e317174a2901a.zip
Bug 463326 - improve "looking for" message in test.xml file
Diffstat (limited to 'production/testScripts/configuration/sdk.tests/testScripts/test.xml')
-rw-r--r--production/testScripts/configuration/sdk.tests/testScripts/test.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/testScripts/configuration/sdk.tests/testScripts/test.xml b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
index 53383dd3e..b2f714780 100644
--- a/production/testScripts/configuration/sdk.tests/testScripts/test.xml
+++ b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
@@ -1326,7 +1326,7 @@
<property
name="junit-stylesheet"
value="${executionDir}/JUNIT.XSL" />
- <echo>trying to find ${testPlugin}_*</echo>
+ <echo>trying to find ${testPlugin}_*/test.xml</echo>
<fileset
id="test.plugin.file"
dir="${eclipse-home}/plugins">

Back to the top