Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2015-03-23 00:38:47 +0000
committerDavid Williams2015-03-23 00:38:47 +0000
commit858ac13ca0e7dc03dd0a417173c124c84f566cd5 (patch)
tree03aea4a6d215269f35cc04b193f101148fe87199 /production/testScripts/runTests2.xml
parent94855afe253616193930fe7862fc208f7f2dda88 (diff)
downloadeclipse.platform.releng.aggregator-858ac13ca0e7dc03dd0a417173c124c84f566cd5.tar.gz
eclipse.platform.releng.aggregator-858ac13ca0e7dc03dd0a417173c124c84f566cd5.tar.xz
eclipse.platform.releng.aggregator-858ac13ca0e7dc03dd0a417173c124c84f566cd5.zip
Bug 461678 - Modify JUnit test framework to work with "Mac App" form
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 b4d9c6f01..1efb9baea 100644
--- a/production/testScripts/runTests2.xml
+++ b/production/testScripts/runTests2.xml
@@ -864,7 +864,7 @@
<target
name="initBasicDirectories"
- depends="initWorkspace,initBuildId, initStreamSpecificProperties,initInstallDir, initEclipseHome"
+ depends="initWorkspace,initBuildId, initStreamSpecificProperties,initInstallDir, initEclipseHome, initPlatformSpecificProperties"
unless="basicDirectoriesInitialized">
<property environment="env" />

Back to the top