From 0fe571a657638b6d5c6ef9c2985d88011a8032e5 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
---
opendj-sdk/opends/tests/system-tests/phases/shared/functions/utils.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opendj-sdk/opends/tests/system-tests/phases/shared/functions/utils.xml b/opendj-sdk/opends/tests/system-tests/phases/shared/functions/utils.xml
index 89d343d..0680b03 100755
--- a/opendj-sdk/opends/tests/system-tests/phases/shared/functions/utils.xml
+++ b/opendj-sdk/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