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

al_xipe
14.52.2007 5794261206323072ec38477f09296e81c314f78e
generate block name with neither the command full path nor the command file extension to avoid STAXMonitor issues in the graphical representation.
1 files modified
2 ■■■ changed files
opends/tests/functional-tests/shared/functions/utils.xml 2 ●●● patch | view | raw | blame | history
opends/tests/functional-tests/shared/functions/utils.xml
@@ -1194,7 +1194,7 @@
        '%s: Running command:\n %s %s\nenv: %s\nworkdir: %s' % (_id,command,arguments,env,path)
      </message>
      
      <block name="'%s:Wrapper for %s' % (_id,command)">
      <block name="'%s:Wrapper for %s' % (_id,re.compile('\..*$').sub('',os.path.basename(command)))">
        <process name="name">
          <location>location</location>
          <command>command</command>