From e6f248d9bc26387e2b96c164cd9aa6b8959151f6 Mon Sep 17 00:00:00 2001
From: al_xipe <al_xipe@localhost>
Date: Fri, 16 Feb 2007 00:50:08 +0000
Subject: [PATCH] this commit includes:   1. explicitly define where to find the jvm for stax and staxevent services   2. fix typo in a message   3. fix to restore original config.py in the workspace   4. fix for windows agnostism of runFuncTests.xml

---
 opends/tests/functional-tests/staf-installer.xml |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/opends/tests/functional-tests/staf-installer.xml b/opends/tests/functional-tests/staf-installer.xml
index 7bff9c4..0cc4f77 100644
--- a/opends/tests/functional-tests/staf-installer.xml
+++ b/opends/tests/functional-tests/staf-installer.xml
@@ -339,7 +339,7 @@
         <expandproperties/>
       </filterchain>
     </copy>
-    <echo>Running tests. This will more than a while.</echo>
+    <echo>Running tests. This will take more than a while.</echo>
     <!--    <staf location="LOCAL"
           service="service"
           request="list services"
@@ -372,11 +372,13 @@
     </copy>
     <delete dir="${staf.home}/logs" />
     <echo>Saving report</echo>
-    <copy todir="${tests.run.dir}/${tests.run.time}/report">
+    <move todir="${tests.run.dir}/${tests.run.time}/report">
       <fileset dir="${staf.tmp.dir}">
         <include name="r*"/>
       </fileset>
-    </copy>
+    </move>
+    <delete dir="${staf.tmp.dir}/${product.name}"/>
+    <delete file="${staf.tmp.dir}/${product.name}.zip"/>
   </target>
   
   <target name="run-daily" depends="status-do,download-daily">

--
Gitblit v1.10.0