From 2d8669c190018f4662039e9da1dd098d183baa89 Mon Sep 17 00:00:00 2001
From: gary_williams <gary_williams@localhost>
Date: Mon, 11 Jun 2007 10:05:14 +0000
Subject: [PATCH] Issue 1120 test results and logs must go into a unique folder

---
 opends/tests/functional-tests/config/config.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/opends/tests/functional-tests/config/config.py b/opends/tests/functional-tests/config/config.py
index f44f7c7..40fd9e1 100644
--- a/opends/tests/functional-tests/config/config.py
+++ b/opends/tests/functional-tests/config/config.py
@@ -29,5 +29,7 @@
 STAGED_DATA_DIR             = '%s/functional-tests/shared/data' % DIRECTORY_INSTANCE_DIR
 LOCAL_DATA_DIR		    = '%s/functional-tests/shared/data' % TMPDIR
 JAVA_HOME                   = '/usr/jdk/jdk1.5.0_01'
+LOGS_ROOT                   = '%s' % TMPDIR
+LOGS_URI                    = ''
 SEND_MAIL_AFTER_TEST_RUN    = 'FALSE'
 SEND_MAIL_TO                = ' '

--
Gitblit v1.10.0