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

smaguin
04.57.2008 a4de599a1bcec01ab0b9d07a424e39e38aaa5142
add arguments in the  message


--- utils.xml (revision 4108)
+++ utils.xml (working copy)
@@ -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>





1 files modified
2 ■■■ changed files
opends/tests/system-tests/phases/shared/functions/utils.xml 2 ●●● patch | view | raw | blame | history
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>