From 41858de88c1e2d0bb8216ee0b921d92e4199dc1e Mon Sep 17 00:00:00 2001
From: gary_williams <gary_williams@localhost>
Date: Thu, 10 May 2007 16:06:36 +0000
Subject: [PATCH] StartDsWithScript function should use -V
---
opendj-sdk/opends/tests/functional-tests/shared/functions/dsadm.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/opendj-sdk/opends/tests/functional-tests/shared/functions/dsadm.xml b/opendj-sdk/opends/tests/functional-tests/shared/functions/dsadm.xml
index 1f4b5d1..18b6210 100755
--- a/opendj-sdk/opends/tests/functional-tests/shared/functions/dsadm.xml
+++ b/opendj-sdk/opends/tests/functional-tests/shared/functions/dsadm.xml
@@ -33,7 +33,7 @@
This function configures a Directory Server using a script
</function-prolog>
<function-map-args>
- <function-arg-def name="location" type="optional" default="'%s' % STAF_REMOTE_HOSTNAME">
+ <function-arg-def name="location" type="optional" default="'%s' % STAXServiceMachine">
<function-arg-description>
Location of target host
</function-arg-description>
@@ -194,7 +194,7 @@
STAFCmd='%s/start-ds%s' % (dsBinPath,fileExt)
if dsVersion:
- STAFCmdParamsList.append('-v')
+ STAFCmdParamsList.append('-V')
if dsSystemInfo:
STAFCmdParamsList.append('-s')
@@ -569,7 +569,7 @@
This function performs an offline import of an ldif file
</function-prolog>
<function-map-args>
- <function-arg-def name="location" type="optional" default="'%s' % STAXServiceMachine">
+ <function-arg-def name="location" type="optional" default="'%s' % STAF_REMOTE_HOSTNAME">
<function-arg-description>
Location of target host
</function-arg-description>
--
Gitblit v1.10.0