Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2015-08-11 19:46:02 +0000
committerDavid Williams2015-08-11 19:46:02 +0000
commit6838405e40ccc4c443de3bf9f59d8dd4b1efcc94 (patch)
tree3543edec7936ca16e92d1311b2397b2eb074aa03 /production/testScripts/configuration/sdk.tests/testConfigs/macosx
parent06884a0a8618ea9c7fa47a1f42697a4b36a43e98 (diff)
downloadeclipse.platform.releng.aggregator-6838405e40ccc4c443de3bf9f59d8dd4b1efcc94.tar.gz
eclipse.platform.releng.aggregator-6838405e40ccc4c443de3bf9f59d8dd4b1efcc94.tar.xz
eclipse.platform.releng.aggregator-6838405e40ccc4c443de3bf9f59d8dd4b1efcc94.zip
Bug 390986 - change platform names ...
... to contain accurate "bits" and VM Levels
Diffstat (limited to 'production/testScripts/configuration/sdk.tests/testConfigs/macosx')
-rw-r--r--production/testScripts/configuration/sdk.tests/testConfigs/macosx/testAll.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/production/testScripts/configuration/sdk.tests/testConfigs/macosx/testAll.sh b/production/testScripts/configuration/sdk.tests/testConfigs/macosx/testAll.sh
index d930bd4f6..7ecbabdfb 100644
--- a/production/testScripts/configuration/sdk.tests/testConfigs/macosx/testAll.sh
+++ b/production/testScripts/configuration/sdk.tests/testConfigs/macosx/testAll.sh
@@ -34,7 +34,7 @@ cat ${propertyFile}
if [[ -n "${extdir}" ]]
then
- ./runtestsmac.sh -os macosx -ws cocoa -arch $eclipseArch -extdirprop "${extdir}" -vm "${vmcmd}" -properties ${propertyFile} $* > results/consolelogs/macosx.cocoa.x86_64_7.0_consolelog.txt
+ ./runtestsmac.sh -os macosx -ws cocoa -arch $eclipseArch -extdirprop "${extdir}" -vm "${vmcmd}" -properties ${propertyFile} $* > results/consolelogs/${testedPlatform}_consolelog.txt
else
- ./runtestsmac.sh -os macosx -ws cocoa -arch $eclipseArch -vm "${vmcmd}" -properties ${propertyFile} $* > results/consolelogs/macosx.cocoa.x86_64_7.0_consolelog.txt
+ ./runtestsmac.sh -os macosx -ws cocoa -arch $eclipseArch -vm "${vmcmd}" -properties ${propertyFile} $* > results/consolelogs/${testedPlatform}_consolelog.txt
fi

Back to the top