From 42cdb8ba804780fb986e408fa9ec727bf3cab059 Mon Sep 17 00:00:00 2001
From: andrug <andrug@localhost>
Date: Mon, 31 Mar 2008 11:10:07 +0000
Subject: [PATCH] copy clients on client hosts only if scheduler phase is enabled

---
 opends/tests/system-tests/phases/main_run.xml |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/opends/tests/system-tests/phases/main_run.xml b/opends/tests/system-tests/phases/main_run.xml
index 577c79b..c860bbc 100644
--- a/opends/tests/system-tests/phases/main_run.xml
+++ b/opends/tests/system-tests/phases/main_run.xml
@@ -201,8 +201,9 @@
       <!-- ============ PREAMBLE ===================================== -->
       <call function="'mainPreamble'">
         {
-          'instances' : instances,
-          'scheduler' : scheduler
+          'instances'    : instances,
+          'scheduler'    : scheduler,
+          'runScheduler' : runScheduler
         }
       </call>
       

--
Gitblit v1.10.0