Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2020-10-01 12:45:47 +0000
committerSravan Kumar Lakkimsetti2020-10-01 12:45:47 +0000
commit40c6d77a26dd8d05288109c17f1e24653d173bc6 (patch)
treefe8a73567f4efd1d41c321fd7a51da211284d805
parentddf231937de140f90d1fe4b0a79cc7d1a809dc1c (diff)
downloadeclipse.platform.releng.aggregator-40c6d77a26dd8d05288109c17f1e24653d173bc6.tar.gz
eclipse.platform.releng.aggregator-40c6d77a26dd8d05288109c17f1e24653d173bc6.tar.xz
eclipse.platform.releng.aggregator-40c6d77a26dd8d05288109c17f1e24653d173bc6.zip
Bug 566441 - [Mac] Update Mac tests to use dmg
Change-Id: Ie9ec6401c45bed0fa612758944092ab74b33fcb5 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rw-r--r--production/testScripts/configuration/sdk.tests/testScripts/test.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/production/testScripts/configuration/sdk.tests/testScripts/test.xml b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
index a4306bf9c..90ad25eef 100644
--- a/production/testScripts/configuration/sdk.tests/testScripts/test.xml
+++ b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
@@ -217,7 +217,8 @@
<exec
dir="${install}"
executable="xattr">
- <arg value="-rc Eclipse.app" />
+ <arg value="-rc" />
+ <arg path="${install}/Eclipse.app" />
</exec>
</target>

Back to the top