From b2f8624c6ccb7240948d0cd158773232013d1d64 Mon Sep 17 00:00:00 2001
From: andrug <andrug@localhost>
Date: Fri, 04 Apr 2008 09:00:02 +0000
Subject: [PATCH] Major Problem: issue when using NFS path value for TMPDIR variable (staf copy loops for ever when trying to copy a folder to itself)
---
opends/tests/system-tests/phases/main_run.xml | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/opends/tests/system-tests/phases/main_run.xml b/opends/tests/system-tests/phases/main_run.xml
index c860bbc..b94ff65 100644
--- a/opends/tests/system-tests/phases/main_run.xml
+++ b/opends/tests/system-tests/phases/main_run.xml
@@ -140,6 +140,8 @@
% (TESTS_DIR)"/>
<import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
+ file="'%s/phases/parser/object_lib.xml' % (TESTS_DIR)"/>
+ <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
file="'%s/phases/log/log.xml' % (TESTS_DIR)"/>
@@ -201,9 +203,11 @@
<!-- ============ PREAMBLE ===================================== -->
<call function="'mainPreamble'">
{
- 'instances' : instances,
- 'scheduler' : scheduler,
- 'runScheduler' : runScheduler
+ 'instances' : instances,
+ 'scheduler' : scheduler,
+ 'runInstallation' : runInstallation,
+ 'runConfiguration' : runConfiguration,
+ 'runScheduler' : runScheduler
}
</call>
--
Gitblit v1.10.0