From 27592075515e677a65389903578dce49fed82d46 Mon Sep 17 00:00:00 2001 From: Anna Dushistova Date: Mon, 1 Mar 2010 18:25:43 +0000 Subject: [PATCH] [releng] Fixed testing.properties to run the test suite. --- releng/org.eclipse.tm.releng/testing.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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