From 0f0e5057f81c7e8ad1d25f6cc726c9cf4e7cf412 Mon Sep 17 00:00:00 2001
From: jlanuti <jlanuti>
Date: Mon, 26 Feb 2007 20:37:29 +0000
Subject: [PATCH] adding required variables

---
 releng.wtpbuilder/distribution/wtp.perf/perf.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/releng.wtpbuilder/distribution/wtp.perf/perf.xml b/releng.wtpbuilder/distribution/wtp.perf/perf.xml
index 3b30b177a..ef6008bb4 100644
--- a/releng.wtpbuilder/distribution/wtp.perf/perf.xml
+++ b/releng.wtpbuilder/distribution/wtp.perf/perf.xml
@@ -1,5 +1,6 @@
 <project name="WTP performance testing" default="main">
 
+	<property environment="env"/>
 	<!-- Platform property -->
 	<property name="platform" value="" />
 
@@ -34,6 +35,9 @@
 	<target name="runtests" if="test.xml.exists">
 		<ant antfile="${perfRoot}/eclipse/plugins/${testPlugin}/test.xml" dir="${perfRoot}/eclipse">
 			<property name="library-file" value="${build.home}/releng.wtpbuilder/distribution/wtp.perf/performance-tests.xml"/>
+			<property name="os" value="${env.BASEOS}"/>
+			<property name="ws" value="${env.BASEWS}"/>
+			<property name="arch" value="${env.BASEARCH}"/>
 		</ant>
 		<mkdir dir="${results}/xml"/>
 		<copy file="${perfRoot}/eclipse/${report}.xml" tofile="${results}/xml/${report}_${platform}.xml" failonerror="false" />
-- 
GitLab