From 58edbea46e4166f8e79a9437aa25cfbf79cb5bed Mon Sep 17 00:00:00 2001
From: andrug <andrug@localhost>
Date: Tue, 08 Apr 2008 17:16:00 +0000
Subject: [PATCH] do not check RC when trying to stopping remaining instance
---
opends/tests/system-tests/phases/shared/functions/opendsadm.xml | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/opends/tests/system-tests/phases/shared/functions/opendsadm.xml b/opends/tests/system-tests/phases/shared/functions/opendsadm.xml
index 59a9a54..617465f 100755
--- a/opends/tests/system-tests/phases/shared/functions/opendsadm.xml
+++ b/opends/tests/system-tests/phases/shared/functions/opendsadm.xml
@@ -455,6 +455,12 @@
</function-arg-description>
<function-arg-property name="type" value="option"/>
</function-arg-def>
+ <function-arg-def name="expectedRC" type="optional" default="0">
+ <function-arg-description>
+ Expected return code value. Default value is 0.
+ Wildcard 'noCheck' to not check the RC
+ </function-arg-description>
+ </function-arg-def>
<function-arg-def name="fileFd" type="optional" default="''">
<function-arg-description>
file descriptor to write message in if needed
@@ -543,6 +549,7 @@
'command' : STAFCmd,
'arguments' : STAFCmdParams,
'path' : dsBinPath,
+ 'expectedRC': expectedRC,
'fileFd' : fileFd
}
</call>
--
Gitblit v1.10.0