From ad0fc5aeaab93d42dee4b53782559bec94082fe4 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
---
opends/tests/integration-tests-testng/build.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/tests/integration-tests-testng/build.xml b/opends/tests/integration-tests-testng/build.xml
index c999494..b7195bf 100644
--- a/opends/tests/integration-tests-testng/build.xml
+++ b/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