diff --git a/releng/org.eclipse.tm.releng/testing.properties b/releng/org.eclipse.tm.releng/testing.properties index 74b237bac0a..9afaf8e613d 100644 --- a/releng/org.eclipse.tm.releng/testing.properties +++ b/releng/org.eclipse.tm.releng/testing.properties @@ -2,4 +2,7 @@ runtime=${zipPrefix}-ALL${incubation}-${buildAlias}.zip #csv list of test plugins to run -testPluginsToRun=org.eclipse.rse.tests \ No newline at end of file +testPluginsToRun=org.eclipse.rse.tests + +#map name of test plugin to testsuite class to run +org.eclipse.rse.tests.suite=org.eclipse.rse.tests.RSECombinedTestSuite