From 52d24e6cf634ba81aeb5d23956a30fed2c27d555 Mon Sep 17 00:00:00 2001
From: andrug <andrug@localhost>
Date: Fri, 18 Apr 2008 13:36:27 +0000
Subject: [PATCH] align runcommand output format

---
 opends/tests/system-tests/phases/shared/functions/utils.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opends/tests/system-tests/phases/shared/functions/utils.xml b/opends/tests/system-tests/phases/shared/functions/utils.xml
index 89d343d..0680b03 100755
--- a/opends/tests/system-tests/phases/shared/functions/utils.xml
+++ b/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>

--
Gitblit v1.10.0