From edebdd9cb76ebdbe02f08d7de2c703f1a37de521 Mon Sep 17 00:00:00 2001
From: al_xipe <al_xipe@localhost>
Date: Fri, 26 Jan 2007 18:20:33 +0000
Subject: [PATCH] removed the creation of the report in a timestamp directory to allow the dashboard to easily point to the latest report

---
 opendj-sdk/opends/tests/integration-tests-testng/build.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opendj-sdk/opends/tests/integration-tests-testng/build.xml b/opendj-sdk/opends/tests/integration-tests-testng/build.xml
index 5e13bfc..8014c9f 100644
--- a/opendj-sdk/opends/tests/integration-tests-testng/build.xml
+++ b/opendj-sdk/opends/tests/integration-tests-testng/build.xml
@@ -53,7 +53,7 @@
   <property name="tests.classes"
             location="${tests.build.dir}/classes"                            />
   <property name="tests.run.dir"    
-            location="${tests.build.dir}/run/${run.time}"                    />
+            location="${tests.build.dir}"                                    />
   
   <property name="lib.dir"          location="${opends.dir}/lib"             />
   <property name="ext.dir"          location="${opends.dir}/ext"             />

--
Gitblit v1.10.0