From fc6e98c8d25d75e6225e0b4596d6a13d7a08407c Mon Sep 17 00:00:00 2001
From: andrug <andrug@localhost>
Date: Tue, 05 Feb 2008 09:01:26 +0000
Subject: [PATCH] allow runCommand to manage return code (call of checktestRC()) and remove the call of checktestRC in functions that use runCommand ; change setOSvariables to getOSvariables call in environment.xml

---
 opends/tests/shared/functions/environment.xml |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/opends/tests/shared/functions/environment.xml b/opends/tests/shared/functions/environment.xml
index 15e96f7..8ac82e0 100755
--- a/opends/tests/shared/functions/environment.xml
+++ b/opends/tests/shared/functions/environment.xml
@@ -119,7 +119,7 @@
     <sequence>
     
       <!-- Resolve any OS related variables -->           
-      <call function="'setOSvariables'">
+      <call function="'getOSvariables'">
         { 'hostname' : STAF_REMOTE_HOSTNAME }
       </call>
 
@@ -154,7 +154,6 @@
 
         DSCONFIG = 'dsconfig'       
         DSREPLICATION = 'dsreplication'   
-        NO_CHECK = 'noCheck'  
           
         AdminUID = 'admin'
         AdminPswd = 'admin'

--
Gitblit v1.10.0