diff --git a/archive/org.eclipse.wtp.releng/testScripts/test.xml b/archive/org.eclipse.wtp.releng/testScripts/test.xml
index e34c71e8bf27d909f866ba6a9051e8a5140bcbe8..1d3db4138ba0a2e6a3e00a857d6d82c88677f11a 100644
--- a/archive/org.eclipse.wtp.releng/testScripts/test.xml
+++ b/archive/org.eclipse.wtp.releng/testScripts/test.xml
@@ -417,7 +417,7 @@
 
 	<target name="genPerfGraphsWindows" if="osWindows">
 		<java classname="org.eclipse.test.performance.ui.Main" fork="true" maxmemory="256m">
-			<arg line="-baseline ${perf.ref.buildId} -current ${buildId} -jvm ${perf.jvm} -config ${perf.config} -output ${results}/graph"/>
+			<arg line="-baseline ${perf.ref.buildId} -current ${buildId} -jvm ${perf.jvm} -config ${perf.config} -config.properties ${perf.config},${perf.config},${perf.config} -output ${results}/graph"/>
 			<classpath>
 				<fileset dir="${eclipseBuilderDirectory}/plugins">
 					<exclude name="**/*swt.motif*.jar"/>
@@ -437,7 +437,7 @@
 
 	<target name="genPerfGraphsLinux" unless="osWindows">
 		<java classname="org.eclipse.test.performance.ui.Main" fork="true" maxmemory="256m">
-			<arg line="-baseline ${perf.ref.buildId} -current ${buildId} -jvm ${perf.jvm} -config ${perf.config} -output ${results}/graph"/>
+			<arg line="-baseline ${perf.ref.buildId} -current ${buildId} -jvm ${perf.jvm} -config ${perf.config} -config.properties ${perf.config},${perf.config},${perf.config} -output ${results}/graph"/>
 			<classpath>
 				<fileset dir="${eclipseBuilderDirectory}/plugins">
 					<exclude name="**/*swt.win32*.jar"/>