mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

andrug
08.16.2008 a69733f3860f71b29ec2d4aefa02a609aac2e142
do not check RC when trying to stopping remaining instance
2 files modified
8 ■■■■■ changed files
opendj-sdk/opends/tests/system-tests/phases/installation/installation_opends.xml 1 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/tests/system-tests/phases/shared/functions/opendsadm.xml 7 ●●●●● patch | view | raw | blame | history
opendj-sdk/opends/tests/system-tests/phases/installation/installation_opends.xml
@@ -176,6 +176,7 @@
          {
            'location'  : host ,
            'dsPath'    : instanceInstallDir,
            'expectedRC': 'noCheck',
            'fileFd'    : fileFd
          }
          </call>
opendj-sdk/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>