From a4de599a1bcec01ab0b9d07a424e39e38aaa5142 Mon Sep 17 00:00:00 2001
From: smaguin <smaguin@localhost>
Date: Fri, 04 Apr 2008 15:57:42 +0000
Subject: [PATCH] add arguments in the message
---
opends/tests/system-tests/phases/shared/functions/utils.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/tests/system-tests/phases/shared/functions/utils.xml b/opends/tests/system-tests/phases/shared/functions/utils.xml
index b76f862..b2d5e98 100755
--- a/opends/tests/system-tests/phases/shared/functions/utils.xml
+++ b/opends/tests/system-tests/phases/shared/functions/utils.xml
@@ -789,7 +789,7 @@
<if expr="STAFCmdExist == TRUE">
<sequence>
<call function="'writeMessage'">
- { 'content' : 'Running cmd: %s' % command,
+ { 'content' : 'Running cmd: %s %s ' % (command,arguments),
'fileFd' : fileFd }
</call>
--
Gitblit v1.10.0