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

Gary Williams
15.57.2012 8d94894fb46ca9f14b58f2bbea6ed7ba5fa628de
opends/tests/staf-tests/shared/functions/utils.xml
@@ -4119,6 +4119,8 @@
      <!-- Build the command -->
      <script>
        foldersToCreate = []
        STAFCmdParamsList=[]
        STAFCmdParams=''
@@ -4144,9 +4146,7 @@
          STAFCmdParamsList.append('-l')
        if outputFile:
          if not os.path.exists(os.path.dirname(outputFile)):
            os.makedirs(os.path.dirname(outputFile))
          foldersToCreate.append(os.path.dirname(outputFile))
          STAFCmdParamsList.append('-f %s' % outputFile)
        if nbrOfThread:
@@ -4173,6 +4173,12 @@
      </script>
      <call function="'createMultiFolders'">
        { 'location'    : location,
          'folderslist' : foldersToCreate
        }
      </call>
      <message>
        '%s %s' % (STAFCmd, STAFCmdParams)
      </message>