From 456e1da8452b042a924ad9f2df82feff710a4f7a 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
---
opendj-sdk/opends/tests/functional-tests/shared/functions/tools.xml | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/opendj-sdk/opends/tests/functional-tests/shared/functions/tools.xml b/opendj-sdk/opends/tests/functional-tests/shared/functions/tools.xml
index e9fa871..a399526 100644
--- a/opendj-sdk/opends/tests/functional-tests/shared/functions/tools.xml
+++ b/opendj-sdk/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