Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: ee25e9ba7df2c75a878bee1866a1a164feee8a45 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                                                               
                                                      







                                                                               



                                                                              
                   


















                                                                                





                                            
     
###############################################################################
# Copyright (c) 2004, 2014 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
#     IBM Corporation - initial API and implementation
###############################################################################

platform=macosx.cocoa.x86_5.0

#directory on test machine where automated testing framework will be installed
#testDir=${testDir}

#name of zip file containing automated testing framework and JUnit test plug-ins
testFramework=${testDir}/eclipse-Automated-Tests-${buildId}.zip

#name of runtime to install and test
runtime=eclipse-SDK-${buildId}-macosx-cocoa.tar.gz

#name of deltaPack to install and test
runtimeDeltapack=eclipse-${buildId}-delta-pack.zip

#name of Platform runtime to install and test
runtimePlatform=eclipse-platform-${buildId}-macosx-cocoa.tar.gz

# Not currently used on eclipse.org tests?
previousRuntimePlatform=eclipse-platform-3.7.1-macosx-cocoa.tar.gz

#directory where test scripts are launched
executionDir=${testDir}/eclipse-testing

testExecutable=bash

#name of script to execute on remote machine
testScript=./testAll.sh

#arguments to $(testScript)
args=

Back to the top