mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-03 14:25:37 +02:00
[releng] Fix testing.
This commit is contained in:
parent
c1e9df36a1
commit
161f3212c2
2 changed files with 6 additions and 3 deletions
|
@ -25,8 +25,9 @@ version=3.2.0
|
|||
buildType=N
|
||||
branch=HEAD
|
||||
mainFeatureToBuildID=org.eclipse.tm.releng.master
|
||||
#testFeatureToBuildID=org.eclipse.rse.tests
|
||||
testFeatureToBuildID=org.eclipse.tm.releng.master
|
||||
testFeatureToBuildID=org.eclipse.rse.tests
|
||||
#testFeatureToBuildID=org.eclipse.tm.releng.master
|
||||
#testFeatureToBuildID=org.eclipse.tm.terminal.test
|
||||
|
||||
JAVA60_HOME=${JAVA_HOME}
|
||||
JAVA50_HOME=${JAVA_HOME}
|
||||
|
|
|
@ -15,7 +15,9 @@ extraVMargs=-ea -Dorg.eclipse.swt.browser.XULRunnerPath=/shared/common/mozilla-x
|
|||
#runtime=${zipPrefix}-ALL${incubation}-${buildAlias}.zip
|
||||
|
||||
#csv list of test plugins to run
|
||||
testPluginsToRun=org.eclipse.rse.tests,org.eclipse.tm.terminal.test
|
||||
testPluginsToRun=org.eclipse.rse.tests
|
||||
#MOB - cant get the tm.terminal.test to run...
|
||||
#testPluginsToRun=org.eclipse.rse.tests,org.eclipse.tm.terminal.test
|
||||
|
||||
#map name of test plugin to testsuite class to run
|
||||
org.eclipse.rse.tests.suite=org.eclipse.rse.tests.RSECombinedTestSuite
|
||||
|
|
Loading…
Add table
Reference in a new issue