From eda09f2210b2fa1437acb6a16b77f9f4b40065c0 Mon Sep 17 00:00:00 2001
From: al_xipe <al_xipe@localhost>
Date: Fri, 20 Oct 2006 05:17:33 +0000
Subject: [PATCH] fixed an issue in saving the server log files after the test have run

---
 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 c999494..b7195bf 100644
--- a/opendj-sdk/opends/tests/integration-tests-testng/build.xml
+++ b/opendj-sdk/opends/tests/integration-tests-testng/build.xml
@@ -259,7 +259,7 @@
     <delete dir="${tests.run.dir}/backup" />
     <!-- save the server log files for issues investigation -->
     <copy todir="${tests.run.dir}/logs/server">
-      <fileset dir="${full.install.dir}/logs"/>
+      <fileset dir="${opends.dir}/build/install/${product.name}-${product.version}/logs"/>
     </copy>
     
     

--
Gitblit v1.10.0