Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2016-05-02 14:34:53 +0000
committerDavid Williams2016-05-02 14:34:53 +0000
commit2938ffd8b9782f80963cedf7807c5a9355c856cc (patch)
treed961d69d8552ae215576cf33044b0ba90b49f2d7 /production/testScripts/runTests2.xml
parent2621483a6bff946d7d8845007db829af4d4e5612 (diff)
downloadeclipse.platform.releng.aggregator-2938ffd8b9782f80963cedf7807c5a9355c856cc.tar.gz
eclipse.platform.releng.aggregator-2938ffd8b9782f80963cedf7807c5a9355c856cc.tar.xz
eclipse.platform.releng.aggregator-2938ffd8b9782f80963cedf7807c5a9355c856cc.zip
Bug 492822 - On Mac, use uppercase for Eclipse.app - test changes
Diffstat (limited to 'production/testScripts/runTests2.xml')
-rw-r--r--production/testScripts/runTests2.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/testScripts/runTests2.xml b/production/testScripts/runTests2.xml
index 645b4619d..140bf405b 100644
--- a/production/testScripts/runTests2.xml
+++ b/production/testScripts/runTests2.xml
@@ -646,7 +646,7 @@
<condition
property="eclipse-home"
- value="${install}/eclipse.app/Contents/Eclipse"
+ value="${install}/Eclipse.app/Contents/Eclipse"
else="${install}/eclipse">
<and>
<os family="mac" />

Back to the top