From 494842e0e93fa14591da92e432d0a70256ddc1c1 Mon Sep 17 00:00:00 2001
From: ugaston <ugaston@localhost>
Date: Fri, 26 Oct 2007 16:22:43 +0000
Subject: [PATCH] Couple of replication failover testcases killing DS

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

diff --git a/opends/tests/functional-tests/shared/functions/tools.xml b/opends/tests/functional-tests/shared/functions/tools.xml
index e9fa871..a399526 100644
--- a/opends/tests/functional-tests/shared/functions/tools.xml
+++ b/opends/tests/functional-tests/shared/functions/tools.xml
@@ -846,13 +846,14 @@
 
     <sequence>
       <script>
+        dsBinPath='%s/%s' % (dsPath,fileFolder)                  
         _cmd='%s/verify-index%s' % (dsBinPath,fileExt)
         _args=' -b %s -i %s' % ( baseDN, ' -i '.join(attributes) )
       </script>
       <call function="'runCommand'">
         { 'name'      : 'verify index',
           'location'  : location,
-          'command'   : cmd,
+          'command'   : _cmd,
           'arguments' : _args
         }
       </call>

--
Gitblit v1.10.0