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

andrug
18.36.2008 52d24e6cf634ba81aeb5d23956a30fed2c27d555
align runcommand output format
1 files modified
4 ■■■■ changed files
opends/tests/system-tests/phases/shared/functions/utils.xml 4 ●●●● patch | view | raw | blame | history
opends/tests/system-tests/phases/shared/functions/utils.xml
@@ -842,7 +842,7 @@
              cmdOutput=STAXResult
              cmdRC = RC
              
            cmdResult=STAXResult
            cmdResult=[cmdRC,cmdOutput]
          </script>
          
          <if expr="expectedRC != 'noCheck'">
@@ -886,7 +886,7 @@
          </call>
          <script>
            ERR_NUM[0] += 1
            cmdResult = [['9999','ERROR : file does not exist']]
            cmdResult = ['9999','ERROR : file does not exist']
          </script>
        </sequence>
      </else>